EddieE wrote:
> I'm using keystore files so I needed to add these to server.xml.
> I'm using native libraries since it appears that these are required if you
> want to use a non-default keystoreFile.

No. With APR (the native libs) you'll have to configure the OpenSSL way:
http://tomcat.apache.org/tomcat-5.5-doc/apr.html#HTTPS

> I added tcnative-1.dll and 
> openssl.exe to the PATH.
> I tried both JDK 1.4 compatibility and 1.5 and get the same results. The
> server starts OK but the https connector will only work as http.
> I tried sslProtocol="TLS", "SSL" and leaving it out.
> What am I doing something wrong?

You're mixing the .keystore config with the APR connector that uses OpenSSL. 
If you want to use the .keystore, don't use the native libs.

If your keystore file is not in the default location, set the keystoreFile 
attribute of the Connector appropriately:
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html#SSL%20Support

Regards
  mks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to