SSLv2hello is not a recognized protocol
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
You can try this document.
Comments 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".
|
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.