S
Sam
I am trying to test a request/response from a https address and
getting the error
java.lang.RuntimeException: https support requires the Java Secure
Sockets Extension. See http://java.sun.com/products/jsse
I have the jdk version 1.4.2_05 which says the JSSE is now part of the
jdk.
I also have
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
in my java.security file.
What am I doing wrong?
Thanks in advance
Sam
getting the error
java.lang.RuntimeException: https support requires the Java Secure
Sockets Extension. See http://java.sun.com/products/jsse
I have the jdk version 1.4.2_05 which says the JSSE is now part of the
jdk.
I also have
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
in my java.security file.
What am I doing wrong?
Thanks in advance
Sam