Forum Post: RE: WSA SSH connection to a Tomcat instance set to "require"

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
Status
Not open for further replies.
M

Michael Jacobs

Guest
You are looking at adding to Tomcat connector: SSLCACertificatePath=" path " That is where the APR module will look for CA certificates to use in validating the client's certificate during client authentication. Since you are using APR, the CA certificate storage is the same format as is used in $DLC/certs. Never tried it, but you could try pointing to $DLC/certs and see if any dark smoke indicates a problem. While trying this, you should ensure that hitting the WSA URL with HTTP is either redirected by Tomcat to use HTTPS or a failure is returned. Just saying...

Continue reading...
 
Status
Not open for further replies.
Back
Top