I'm trying to access a https URL with a simple test problem. Upon executing the program, I get:
java.net.SocketException: SSL implementation not available I'm using jdk1.3.1. I've download JSSE, and put jsse.jar, jcert.jar, and jnet.jar into my classpath. I've also tried adding "-D-Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol" to the jvm startup. That doesn't change anthing. What is the proper way to get JSSE working? Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
