We have developed a server application in Java 11 that accepts incoming HTTPS connections from clients. All was working fine up to/including Java 11.0.10 (AdoptOpenJDK). After an upgrade to Java 11.0.11 we are having connection handshake issues (javax.net.ssl.SSLProtocolException: No common named group) with connections from Chrome clients. Firefox clients have no problems. After enabling SSL logs (-Djavax.net.debug=ssl:handshake) we can see
Tag: handshake
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure java 1.7_45
I have an https web page that I need to access and get some file, I am using Java 1.7_45 and apache httpclient 4.5.1 when I execute the client request I get the error(If I change to Java 8 it works, but I cannot change it to Java 8): I tried everything that I found on the internet as add