Discussion
5
Replies
404
Views
Accenture
Posted: November 6, 2015
Last activity: April 6, 2018
Closed
Connect Http Not working in Pega 7.1.8
Connect Http not working in Pega 7.1.8., WAS 8.5
Gives error:
** Caught unhandled exception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
Can anyone suggest.
Thanks,
Rahul
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi Rahul,
This error occurs only when proper ssl handshake didnt happen, most of the time this is due to the certificate not added to the truststore. Is the certificate added to the truststore ? You can use keytool like keytool -list to see all the certificates imported to the truststore.
FYI, this can be done at JVM level or at PRPC rule in the connect rule form.
Thanks,
Sudarsan M