Hello,
We're running Tomcat 7 and need to implement SSL. We are using APR/OpenSSL, but
I can't get the intermediate certificates pulled in when starting Tomcat. The
server certificate is recognized and used but not the other two. I have tried
the following in PEM format.
* Stacking them in one file and using the "SSLCertificateFile" directive
* Using the "SSLCertificateFile" directive for the server cert, and
"SSLCertificateChainFile" directive for the CA and root cert
* APR 1.4.8
* Tomcat 7.0.39
Any additional information needed please let me know. Any insight would be
greatly appreciated.
Regards
-John