On Wed, Feb 27, 2008 at 5:17 PM, Caldarale, Charles R wrote: > > From: Pavel > > Subject: SSL encryption not done on connector > > > > This time I'm trying to use the "Windows Service > > Installer" (5.5.26), installed followed the instructions > > to enable the SSL with a simple self-signed certificate. > > Since you used the service installer, you likely have APR enabled, in > which case the SSL setup is completely different, as indicated by the > *BOLD* note in the non-APR SSL doc: > > "IMPORTANT NOTE: This Howto refers to usage of JSSE. When using APR, > Tomcat will use OpenSSL, which uses a different configuration." > > Look here for the APR info, including how to set up SSL: > http://tomcat.apache.org/tomcat-5.5-doc/apr.html > > Alternatively, delete tcnative-1.dll from Tomcat's bin directory, and > you can use the JSSE-based SSL. > > - Chuck >
Oh thanks, I'll try that... makes sense. I saw that note, just wasn't sure if I had APR enabled. -- Pavel
