Home > Tag Archives: https

Tag Archives: https

SSL handshake alert: unrecognized_name Exception

Java

This tutorial explains how to handle SSL handshake alert: unrecognized_name exception while calling an URL over SSL/https . When I tried to connect a web-server over SSL, I was getting the below error continuously. This happened with JDK1.7 and above. Below is the sample Java programme which I was running. Issue : Exception I was getting - Solution : After ... Read More »