I was getting the below mentioned exception on my Java client which is trying to establish URL connection to a server.
javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name
The Java client was actually trying to get an XML from the the URL and store it locally in a file as …