Re: [Dev] ESB Connector - SSLHandshakeException

2014-09-03 Thread Udara Liyanage
Hi, ESB should trust the server you are trying to connect to in order to create a SSH handshake. In order to trust it, the public certificate of the server should be added to ESB. You can use keytool to add the certificate to client-trustore. Please find a guide on [1] which shows how to add a CA

Re: [Dev] ESB Connector - SSLHandshakeException

2014-09-03 Thread Jay
Hi Naasheer, Import particular certificate in to \repository\resources\security\client-truststore.jks keystore. Regards, Janaka -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/ESB-Connector-SSLHandshakeException-tp102207p102211.html Sent from the WSO2 Development

Re: [Dev] ESB Connector - SSLHandshakeException

2014-09-03 Thread Tharindu Edirisinghe
Hi Naasheer, I hope this will be useful http://www.webapper.com/blog/index.php/2007/02/09/troubleshooting-javaxnetsslsslhandshakeexception/ try this keytool -export -alias wso2carbon -keystore ESB_HOME/repository/resources/security/wso2carbon.jks -storepass wso2carbon -file wso2carbon.pem keyto

[Dev] ESB Connector - SSLHandshakeException

2014-09-03 Thread Naasheera Ali
When we invoke our services into proxy we got this error: [2014-09-03 11:24:57,617] ERROR - TargetHandler I/O error: General SSLEngine problem javax.net.ssl.SSLHandshakeException: General SSLEngine problem at com.sun.net.ssl.internal.ssl.Handshaker.checkThrown(Handshaker.java:1015) at com.