Re: Remote host closed connection during handshake

2009-07-17 Thread Andreas Veithen
The current TCPMon trunk supports forwarding from HTTP to HTTPS and the necessary infrastructure is in place to accept incoming SSL connections. What is missing is the UI part that would load a server key/certificate and set up the SSLServerSocketFactory. Note that you could use org.apache.ws.commo

Remote host closed connection during handshake

2009-07-17 Thread Chinmoy Chakraborty
Hi, I got the error while invoking a call with policy based WS-Security enabled call. Following is my client side code: System.setProperty("javax.net.ssl.trustStore", "D:/wskey.jks"); System.setProperty("javax.net.ssl.trustStorePassword", "password"); ConfigurationContext ctx = null;