Hi

I'm having issues with using a signed SSL certificate from thawte.com with tomcat 5.5.23.

My server.xml contains the following:

    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
                address="192.168.1.106"
                maxThreads="120" scheme="https" secure="true"
                clientAuth="false" sslProtocol="TLS"
                keystoreFile="/usr/share/tomcat5/keystore.kdb"
                keyAlias="tomcat"
                keystorePass="password" />


/var/log/tomcat5/catalina.out reports the following:

LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.io.IOException: Alias name tomcat does not identify a key entry

Regardless of what alias name I add to the keystore and modify in my server.xml, I always get this error.

Does anyone have a suggestion as to why this happens?

Regards

Alexander Mills


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

Reply via email to