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





------- Additional Comments From [EMAIL PROTECTED]  2002-01-09 09:27 -------
One possibility is that you jsse.jar was not detected during the building of your 
Tomcat instance. In such cases, use of https will be disabled in your instance of 
Tomcat.

You can check if the above scenario is applicable to your situation by looking at 
the server/lib/catalina.jar file in your installation and verifying in the 
following class in that jar file:

  org/apache/catalina/net/SSLServerSocketFactory.class

If it is not in catalina.jar, your installation was compiled without jsse.jar.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to