How to make SSLv2Hello work with Java 7
Hi all
https://support.oracle.com/epmos/faces/DocumentDisplay?id=762286.1
End To End Examples of using SSL With Oracle's JDBC THIN Driver (Doc ID 762286.1)
I followed the instructions, it only works with Java version 1.5 and 1.6.
With Java 7, the SSLv2Hello has been removed:
Caused by: java.lang.IllegalArgumentException: SSLv2Hello is not a recognized protocol.
at com.ibm.jsse2.P.a(P.java:175)
at com.ibm.jsse2.P.b(P.java:198)
at com.ibm.jsse2.P.<init>(P.java:74)
at com.ibm.jsse2.aq.setEnabledProtocols(aq.java:976)
at oracle.net.nt.TcpsConfigure.configureVersion(TcpsConfigure.java:177)
... 20 more
I need to make it work with Java 7 for JDBC testing purpose (not in production). Please help!!! Thank you in advance...