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 2003/11/26 23:46:35 UTC

DO NOT REPLY [Bug 25038] New: - Tomcat and Mozilla SSL: error code -12229

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=25038>.
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=25038

Tomcat and Mozilla SSL: error code -12229

           Summary: Tomcat and Mozilla SSL: error code -12229
           Product: Tomcat 4
           Version: 4.1.27
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: dan211a@lycos.com


Mozilla cannot connect to Tomcat 4.1.27 with SSL.

Tested:
OS: Windows XP
Tomcat: 4.1.27, plain
Mozilla: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007)

(also tested Netscape 7.1 : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.4) Gecko/20030624 Netscape/7.1 (ax)  )

Connector:
    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
               port="443" minProcessors="5" maxProcessors="75"
               enableLookups="true"
	       acceptCount="100" debug="0" scheme="https" secure="true"
               useURIValidationHack="false" disableUploadTimeout="true">

I have created a self signed certificate, and can access correctly with IE at
https://localhost

When trying the same URL with mozilla, after the expected certificate warnings,
it displays an error message: "localhost has received an incorrect or unexpected
message.
Error Code: -12229"

Not sure whether this is a problem of Mozilla or of Tomcat, but others have
noticed this with Tomcat 5 as well.

There is a bug report in Mozilla.org as well:
http://bugzilla.mozilla.org/show_bug.cgi?id=224604

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