Hi Everybody!
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.
Where and How am I getting wrong?
Thanks in Advance for both your time and your knowledge!
Greetings
Stefan
--
View this message in context:
http://www.nabble.com/Tomcat-6-%2B-Native-Library-%2B-HTTPS-tp19452525p19452525.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]