When trying to hit one of the POST service from the VSM, it is throwing the following error:
| Message: Received fatal alert: protocol_version
----------------------------------------------------------------------------
| Trapped Exception: Received fatal alert: protocol_version
| Trapped Message: javax.net.ssl.SSLException: Received fatal alert: protocol_version
Release : 10.6
Component :
Upon investigation it was found that the certificate at target application was renewed and they updated the TLS version.
Add below property to local.properties file on the VSE server where the VS is running and restart VSE.
https.protocols=TLSv1.2,TLSv1.1,TLSv1,SSLv3