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/09/11 09:08:41 UTC

DO NOT REPLY [Bug 18895] - Can not use HttpsURLConnection with Java 1.4.1 and Coyote/JK2 Connector

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

Can not use HttpsURLConnection with Java 1.4.1 and Coyote/JK2 Connector





------- Additional Comments From gvs@medaptus.com  2003-09-11 07:08 -------
If you want to keep on using the Jk2-Connector, simply add a line to the jsp, 
xsp(cocoon) or in your application code that reads:

System.setProperty("java.protocol.handler.pkgs", ""). This overrides the 
setting set by the Jk2-Connector and you get your 
javax.net.ssl.HttpsURLConnection.

Georg.