I was trying to connect to a https back end service from the Worklight adapters in my local pc for the my app.
But I was getting the below error, then I posted a question Making web service calls to a HTTPS server from Worklight Adapter - javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
Runtime: Http request failed: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
I followed the steps given here
and imported a self signed certificate in the java cacerts keystore of my system and the adapters started working. Wow!!!
Now, I have deployed my adapters over a WAS and followed the same steps, imported the certificate there also, but I am still getting the error when I try to use the adapters.