I have an Application in Tomcat 8.5.8. I have Apache 2.4 webserver in front of Tomcat server. I have configured Apache with ssl TLS1.2 and ciphursuite : SSLCipherSuite "HIGH:!aNULL:!MD5:!3DES:!CAMELLIA:!AES128".
Now when I am trying to make httpsURLConnection call to the servlet in my application, it is throwing following exception:
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
I am thinking that ideally httpsurlconnection code should not particularly enable any ciphursuites. Please give me the direction.
I am using JDK 1.8.