You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/11/06 19:25:16 UTC

DO NOT REPLY [Bug 14308] New: - SSL fails with Netscape 4.77

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14308>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14308

SSL fails with Netscape 4.77

           Summary: SSL fails with Netscape 4.77
           Product: Tomcat 4
           Version: 4.1.12
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: zluugstix@hotmail.com


I have JDK 1.4.1-b21 and Tomcat 4.1.12-LE-jdk14.  I uncommented the SSL Coyote 
connector section in server.xml and created the keystore and certificate.

When I connect with IE 6.0 (6.0.2800.1106.xpsp1.020828-1920 if you're keeping 
score!), I get javax.net.ssl.SSLPeerUnverifiedException as in bug 13358.

But in Netscape 4.77 I get a popup message that says: "The security library 
has encountered an improperly formatted DER-encoded message."

and in the Tomcat launch window I have:

Nov 6, 2002 6:57:41 PM org.apache.tomcat.util.log.CommonLogHandler log
SEVERE: Handshake failed
javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate
        at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
        at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.b(DashoA6275)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.b(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
(JSSESocketFact
ory.java:290)
        at org.apache.tomcat.util.net.TcpWorkerThread.runIt
(PoolTcpEndpoint.java
:493)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadP
ool.java:533)
        at java.lang.Thread.run(Thread.java:536)
Nov 6, 2002 6:57:41 PM org.apache.tomcat.util.log.CommonLogHandler log
SEVERE: Caught exception executing 
org.apache.tomcat.util.net.TcpWorkerThread@1c
1f5b2, terminating thread
java.lang.NullPointerException
        at org.apache.tomcat.util.net.TcpWorkerThread.runIt
(PoolTcpEndpoint.java
:512)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadP
ool.java:533)
        at java.lang.Thread.run(Thread.java:536)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>