StrongSteve wrote:
Can anyone tell me - or give me a resource - on how to configure SSL in Tomcat 6 with an installed Native Library?I did it as usual in the following way: <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true"clientAuth="true" sslProtocol="TLS" keystoreFile=".keystore" keyAlias="tomcat"keystorePass="changeit" truststoreFile=".truststore" truststorePass="changeit"/> But Tomcat refuses to start up. As soon as I remove the Native Library, these settings work perfect.
The configuration for SSL enabled Connectors is different when using APR: http://tomcat.apache.org/tomcat-6.0-doc/apr.html#HTTPS Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
