Database Administration (MOSC)

MOSC Banner

How to make SSLv2Hello work with Java 7

edited Nov 19, 2015 10:04AM in Database Administration (MOSC) 1 commentAnswered

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...

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center