| Author |
HTTPS in JDK1.1.8
|
Rods Oliveira
Greenhorn
Joined: Jul 06, 2004
Posts: 1
|
|
Hi everyone, I have to make an HTTPS connection using JVM 1.1.8 (it's a Java Agent, in Domino 5 - sucks). The following snippet doesn't work, with jsse and jcert. System.getProperties().put("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol"); Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider()); I'm getting the following error: java.lang.NoClassDefFoundError: java/security/PrivilegedAction Any ideas? Regards.
|
 |
 |
|
|
subject: HTTPS in JDK1.1.8
|
|
|