

Cadet 1st Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-01-22
07:08
11629 views
PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
Hi Expert,
While iam connecting to hpsm ,iam getting this error.
I have generated both client and sever certificate and followed all the steps ,but iam getting this error in thick client.
Kindly help.
javax.xml.soap.SOAPException: Message send failed - sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed
Regards,
Shameer Saleem.
2 Replies


Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-01-22
13:45
Make sure that the cacerts file to which your client is pointing contains the full root certificate chain needed to authenticate your server's certificate. Also be sure you've imported the server's certificate into the keystore file to which your client is pointing as well.
You can find these certs by accessing any wsdl on your sm server via the https url/port in your browser (ex: https://servername:sslport/SM/7/IncidentManagement.wsdl) and looking at certificate information displayed there.
You can find these certs by accessing any wsdl on your sm server via the https url/port in your browser (ex: https://servername:sslport/SM/7/IncidentManagement.wsdl) and looking at certificate information displayed there.
Gaurav_gds

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-01-25
07:59
Hi,
This error gets generated when you are trying to configure SSO with SSL.
Is your SSO working with or without SSL.
Do not check the "Use SSL Encryption" flag on SM Client while logging if you are using SM without SSL but with SSO.
Gaurav
Assign Kudos by clicking on Star on your left ,if this post helped you in any manner...Thanks...
Gaurav