It's all about the answers!

Ask a question

SSLv2hello is not a recognized protocol


vowner owner (25834) | asked Mar 05 '18, 11:00 p.m.

 Issue description

 

when we are trying to hit the database by the tcps port, we are getting the below error in the applications log. <o:p> </o:p>

 

We are using clm 6.0.3 version with bundled liberty profile. For enabling mutual authentication with Application DB and application servers we have imported the certificates properly to both source and destination servers. However when we are testing the connection we are getting below error.

“SSLv2Hello is not a recognized protocol.” <o:p> </o:p>


 The used ojdbc string:-   

 

thin:jts_user/{password}@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=192.168.100.216)(PORT=2484))(CONNECT_DATA=(SERVICE_NAME=vmtestdb)) <o:p> </o:p>

<o:p> </o:p>

 

One answer



permanent link
Donald Nong (14.5k614) | answered Mar 06 '18, 1:33 a.m.

You can try this document.
https://support.oracle.com/knowledge/Middleware/2367258_1.html

You need an Oracle subscription to see the actual content. I don't so I don't know whether it helps or not.


Comments
vowner owner commented Mar 06 '18, 11:24 a.m. | edited Mar 06 '18, 6:52 p.m.

 HI Donald. Thanks, however we dont have any account.


Please suggest us if u ever faced any issue like this from your experience.


Donald Nong commented Mar 06 '18, 6:54 p.m.

It's the first time I have seen such error. I believe it's more of an Oracle (JDBC driver) issue so you may need to reach out to Oracle Support anyway.


vowner owner commented Mar 16 '18, 8:25 a.m.

Oracle team suggested that," you are using the SSLv2 protocol, which isn't supported by Oracle. Switching to a supported protocol such as TLS or SSLv3 should resolve the issue".

Here how to make the liberty profile not to use sslv2 and use other protocol like sslv3 or TLS.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.