> <Connector
>           port="8443" maxThreads="200"
>           scheme="https" secure="true" SSLEnabled="true"
>           SSLCertificateFile="/usr/local/tomcat/conf/my.crt"
>           SSLCertificateKeyFile="/usr/local/tomcat/conf/my.pem"
>           clientAuth="optional" SSLProtocol="TLSv1"/>
>

Things to check:
 - my.pem file must be readable the user under which Tomcat runs
 - Ensure my.pem is a valid private key file using OpenSSL or similar.
 I don't believe encrypted private keys are supported in the APR
connector, so make sure there's no password-based encryption on the
key.

M

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to