Installed in a Unix server and trying to add a second server in a secure zone.
Getting handshake JAVA handshake exception message between servers:
javax.net.ssl.SSLHandshakeException: Remote host connection during handshake
Server is expecting a handshake with TLSv1.2, so this is why the error.
Added this property in the local.properties file of where the Simulator is running:
https.protocols=TLSv1.2,TLSv1.1,TLSv1
Restarted the Simulator Service.
The test now connects to the Server with the accepted SSL protocol.