[jboss-user] [Remoting] - Re: SSLHandshakeException when connecting to JNDI

ron.sigal@jboss.com do-not-reply at jboss.com
Wed Feb 28 23:07:43 EST 2007


Hi,

The detectors will periodically ping the servers they know about to see if they are still alive.  The ping is an actual invocation on the server, so, for sslsocket, there will be an SSL handshake, for which the client will need a truststore.  Note the line


  | 2007-02-27 14:59:52,273 WARN  [main] org.jboss.remoting.ConnectionValidator: ConnectionValidator could not successfully ping server (InvokerLocator [sslsocket://localhost:1101/]
  | 

in the client log, which corresponds in time to the line


  | 2007-02-27 14:59:52,273 ERROR [SocketServerInvoker#0-1101] org.jboss.remoting.transport.sslsocket.SSLSocketServerInvoker: Failed to accept socket connection

in the server log.  That looks like a handshake failure.  See the client SimpleSSLDetectorClient in org.jboss.remoting.samples.detection.jndi.ssl for an example of a detector in the presence of servers using an ssl transport.  Note that the server, SimpleSSLDetectorServer, must be configured to use sslsocket with a system arg like -Dargs=sslsocket-1101.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024073#4024073

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024073



More information about the jboss-user mailing list