GET REST Through Midserver Failing with Error :java.net.SocketException: Socket is closedIssue Outbound REST call via mid server failing with below error WARNING *** WARNING *** Request not sent to uri= https://yourRESTEndPoint : java.net.SocketException: Socket is closed After enabling wrapper.java.additional.500=-Djavax.net.debug=ssl,handshake We found below error ssl-javax-net-ssl-sslprotocolexception-handshake-alert-unrecognized-nameCauseYou get this kind of error if you access a server which requires SNI (Server Name Indication) without SNI or with the wrong name in the SNI extensionResolutionGoto to Mid Server Properties and add below glide.outbound.tls_sni.enabled and set the value to false.