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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>