Handling and Identifying SSL Handshake errors
SSL handshake errors can occur due to various reasons such as Self Signed certificate, unavailability of protocol or cipher suite requested by client or server, etc. Recently I faced this issue where I was connecting to third party server using HttpClient library. Here’s what I did to identify the …