Posted By:
Rick_Fischer
Posted On:
Tuesday, March 21, 2006 11:10 AM
I am running a Linux standalone application which uses URLConnection for an https connection.
I have jsse.jar in /usr/java/jdk1.5.0_05/jre/lib/ext. I have JAVA_HOME set to /usr/java/jdk1.5.0_05/bin
I registered the HTTPS protocol handler as follows : java -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol myApp
When I run the application I get :”protocol handler not found : https”