Shinyproxy ldaps with self-signed certificate

Hi @Edi_Sz,

To have ShinyProxy trust the self-signed certificate, it should be added into the trust store.
There are two ways to do this:

  1. Add it into the default trust store of the JRE running ShinyProxy. This is usually JRE_HOME/lib/security/cacerts. See https://docs.oracle.com/javase/tutorial/security/toolfilex/rstep1.html for more info.

  2. Add it into a custom trust store and use that when launching ShinyProxy (using args -Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStorePassword)

2 Likes