Question

Connect-rest , one way SSL , Caught unhandled exception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
I am invoking connect-rest to call the rest service enabled with https oneway ssl. i have got the .cer file from the service provider, and i created the keystore.jks file using keytool -importcert -file service.cer -keystore keystore.jks -alias "Alias" .
after that i created the keystore rule in pega and i have uploaded keystore.jks file and i referred the keystore rule in the connect-rest rule. But getting Caught unhandled exception: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated .
Please provide me the remediation steps to fix this issue. am i missing any steps that need to be performed.
***Updated by moderator: Lochan to update Categories***