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/01/09 00:33:59 UTC

DO NOT REPLY [Bug 5755] New: - Servlet cannot use https protocol in URLConnection

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

Servlet cannot use https protocol in URLConnection

           Summary: Servlet cannot use https protocol in URLConnection
           Product: Tomcat 4
           Version: 4.0 Beta 1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: mling@ucalgary.ca


When a servlet tries to use https protcol via URLConnection, the servlet fails 
with the exception "unknown protocol: https". The Java environment (JDK 1.3) has 
been configuration with JSSE 1.0.2 and the JSSE_HOME environment variable has 
been set.  The servlet works in Tomcat 3.x environment. It appears that the 
Catalina (Tomcat 4.0.1) container ignores the JSSE environment set up in the 
Java environment.

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