Quantcast
Channel: Resolving javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed Error? - Stack Overflow
Viewing all articles
Browse latest Browse all 40

Answer by SrikanthM for Resolving javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed Error?

$
0
0

We too had same issue and we did all following things.

  1. Reimported Server SSL certificates.
  2. Made sure weblogic is using the proper caecerts.

Finally our weblogic enabled weblogic DEBUG mode and found there is "NOT HANDSHAKED" exception.

Reason we found is , client system is using jdk 1.6 and server is using higher jdk version ( 1.8) because of which there is some TLS version mismatch causing the issue.

Weblogic team tweaked server configuration by adding following lines in server arguments.

-Djdk.tls.client.protocol=TLSv1.2 -DUseSunHttpHandler=true.

Viewing all articles
Browse latest Browse all 40

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>