You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dan LeBaron <da...@ingenuittechnologies.com> on 2003/05/31 20:23:16 UTC

Cannot recover key" error and SSL

I'm running Tomcat 3.2 on a Windows 2000 Server.  After following the
instructions in the SSL doc that come 


with tomcat I run startup.bat and get the following error.  Any help
would be greatQQ
 
2003-05-31 11:19:11 - ContextManager: Adding context Ctx( /examples )
2003-05-31 11:19:11 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2003-05-31 11:19:11 - ContextManager: Adding context Ctx(  )
2003-05-31 11:19:11 - ContextManager: Adding context Ctx( /test )
2003-05-31 11:19:11 - ContextManager: Adding context Ctx( /VISICOM )
2003-05-31 11:19:12 - PoolTcpConnector: Starting HttpConnectionHandler
on 80
FATAL:java.io.IOException: Cannot recover key
java.io.IOException: Cannot recover key
        at
org.apache.tomcat.net.SSLSocketFactory.initProxy(SSLSocketFactory.jav
a:191)
        at
org.apache.tomcat.net.SSLSocketFactory.createSocket(SSLSocketFactory.
java:118)
        at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoi
nt.java:239)
        at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.jav
a:188)
        at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
        at
 
Dan