Thank you for the information.
Mark Boon
On 5/2/18, 3:35 AM, "Mark Thomas" wrote:
On 02/05/18 01:48, Mark Boon wrote:
> In the Tomcat TLS Connecter configuration, there’s the
trustManagerClassName that can be set to a Java implementation of the
X509TrustManager interface. There’s also
On 02/05/18 01:48, Mark Boon wrote:
> In the Tomcat TLS Connecter configuration, there’s the trustManagerClassName
> that can be set to a Java implementation of the X509TrustManager interface.
> There’s also a configuration called keystoreFile from which it will read the
> certificate-key pair t
In the Tomcat TLS Connecter configuration, there’s the trustManagerClassName
that can be set to a Java implementation of the X509TrustManager interface.
There’s also a configuration called keystoreFile from which it will read the
certificate-key pair to set up the SSL connection. I was wondering