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