Thanks for responding so quickly. > Before going any further, we need to know if you're using the native APR connector or not. You can look in the Tomcat > logs to see if it's active or not found when Tomcat starts up. The SSL configuration and certificate handling are > completely different when APR is in use.
Please excuse my lack of knowledge on this since I've never done this before and I'm picking up where someone else had left off. I'm guessing we are using the native APR connector based on the configuration we selected for the server.xml. When I looked in the logs I did find this entry: Jun 29, 2011 1:56:31 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: d:\Program Files\Apache Software Foundation\Tomcat 6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\app\ Administrator\product\11.2.0\client_1\bin;D:\Program Files\Legato\nsr\bin;D:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\sy stem32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Program Files\ArcGIS\ArcSDE\ora11gexe\bin;D:\Program Files\Java\jdk1.6.0_13\bin I'm guessing from the error message we need to install the APR based Tomcat Native Library? Is that correct? If so I think this is the url that has the downloadable libraries: http://apr.apache.org/download.cgi Is there a particular version we should try installing? -----Original Message----- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, June 29, 2011 1:53 PM To: Tomcat Users List Subject: RE: Problem with SSL certificate > From: D'Anna, Rich (PHH) [mailto:Rich.D'a...@phh.com] > Subject: Problem with SSL certificate > Just a quick run down of the version and specs: Thanks for that; many often forget to provide this basic information. > Apache Tomcat 6.0.18 > JVM version Sun 1.6.0_13-b03 Both of the above are a good bit out of date; you should consider upgrading. > We recently stood up a Tomcat instance to enable SSL for a new app. Before going any further, we need to know if you're using the native APR connector or not. You can look in the Tomcat logs to see if it's active or not found when Tomcat starts up. The SSL configuration and certificate handling are completely different when APR is in use. For the Java connector: http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html For the native one: http://tomcat.apache.org/tomcat-6.0-doc/apr.html#HTTPS - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org