You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Schadler Johann <jo...@telekom.at> on 2003/03/12 13:32:53 UTC

SEVERE: Handshake failed - because of 'Unrecognized SSL message'

I want to post an additional SSL problem with Tomcat 4.1.12. I have
already read the previous mails/threads about handshake problems but
ours wasn't mentioned yet - see log excerpt beneath.

There were several advices to upgrade to 4.1.14. Does anyone know if our
problem will be resolved with an upgrade too? 

12.03.2003 10:04:45 org.apache.tomcat.util.log.CommonLogHandler log 
SEVERE: Handshake failed 
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection? at com.sun.net.ssl.internal.ssl.InputRecord.b(DashoA6275) at
com.sun.net.ssl.internal.ssl.InputRecord.read(DashoA6275) at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275) at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275) at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275) at
org.apache.tomcat.util.net.JSSESocketFactory.handshake(JSSESocketFactory
.java:290) at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:49
3) at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:533) at java.lang.Thread.run(Thread.java:536) 

Here our SSL-connector directive:
   <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
       address="10.1.60.xxx" port="443"
       scheme="https" secure="true"
       minProcessors="5" maxProcessors="75"
       enableLookups="true" acceptCount="10" debug="0"
connectionTimeot="60000" >

       <Factory
className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
           clientAuth="false" protocol="TLS"
           keystoreFile="/root/domainname.keystore"/>
    </Connector>


Sincerely,

Schadler Johann


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org