> From: Pavel [mailto:[EMAIL PROTECTED] > 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 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 start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
