Hello, I'm looking for help on this.
When trying to test the load of a website with a SHA-512 self-signed certificate I receive this error: Response code: Non HTTP response code: javax.net.ssl.SSLHandshakeException Response message: Non HTTP response message: java.security.cert.CertificateException: Certificates do not conform to algorithm constraints I've already tried to comment out the values on \Java\jre1.8.0_201\lib\security\java.security to what is recommended here: https://stackoverflow.com/questions/14149545/java-security-cert-certificateexception-certificates-does-not-conform-to-algori This doesn't help. java -version java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode) Any help here? Kind regards, João