Forum Discussion

sreetce's avatar
sreetce
New Contributor
8 years ago

ReadyAPI 1.7: javax.net.ssl.SSLHandshakeException:Certificates does not conform to algorithm constra

After upgrading to ReadyAPI1.7, I am seeing the below error for the soap endpoints that were working on 1.6.

I tried commenting out "jdk.certpath.disabledAlgorithms=MD2" in security file under JRE, but no luck. Can you please assist?

 

javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source)
at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
at sun.security.ssl.Handshaker.fatalSE(Unknown Source)
at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source)
at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)
at sun.security.ssl.Handshaker.processLoop(Unknown Source)
at sun.security.ssl.Handshaker.process_record(Unknown Source)