Ssl certificate updation

  • Thread starter Thread starter Premsp1
  • Start date Start date
P

Premsp1

1) I am using a script to access a website that used an SSL cert to secure communication.
2) The site changed its certificate.
3) Now my script is receiving an error around the SSL certificate
4) i would like to continue accessing the site via script, and are looking for what can be modified at my end to continue doing this.

The error I am getting is
Javax.net.ssl.SSLHandshakeException:sun.security.v alidator.validatorException:PKIX path building failed: sun.security.provider.certpath.SunCertpath.suncert pathBuilderException:unable to find valid certification path to requested target
At com.sun.net.ssl.internal.ssl.Alerts.getSSLExceptio n

Continue reading...
 
Back
Top