Search code examples
javahttpssocketfactory

Java HTTPS Connection fails with JAVA 1.8.0_241 on AIX


I have a nice class that connects with https and a nice certificate to my Server. Everythink works like a charm with the version 1.8.0_231.

When I update java to 1.8.0_241 it looks like the certificate isn't attached anymore.

I doing some searches but it seams the update is to new.

Anyone else with same problems?


Solution

  • Don't use Java_8.jre.8.0.0.605.I. Without changing the code 600 and 608 works.