Category Archives: Other Tools

SOAP UI: Enabling TLSv1.2 / SSLv3

Problem: Error in Connecting to  HTTPS Web Services / REST Services with changes in SSL

Error Details: ERROR: Exception in request: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

Mon Nov 12 11:06:13 GST 2018:DEBUG:Sending request: CONNECT eaglehills.api.crm4.dynamics.com:443 HTTP/1.1
Mon Nov 12 11:06:14 GST 2018:DEBUG:Receiving response: HTTP/1.1 200 Connection Established
Mon Nov 12 11:06:14 GST 2018:DEBUG:Tunnel to target created.
Mon Nov 12 11:06:14 GST 2018:DEBUG:Attempt 1 to execute request
Mon Nov 12 11:06:14 GST 2018:DEBUG:Sending request: POST /XRMServices/2011/Organization.svc HTTP/1.1
Mon Nov 12 11:06:14 GST 2018:DEBUG:I/O error closing connection
javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake Continue reading →