1 Reply Latest reply on Dec 6, 2007 9:52 PM by ron_sigal

    SSL Socket in .Sar file

      Hi ,
      I am jboss 4.0.5 . My intention is to do rmis i.e. RMI SSL in .sar file.
      I downloaded some code for the same. In that code i require SSLSocket to be created . But its giving exception java.net.connect connection refused .

      Is there any way to create ssl socket in jboss. I have done all necessary steps required to set up SSL . Even i can connect to JBOSS console by HTTPS. But to create a SSL socket is there any xml file needs to be updated . Please help me i am new to JBoss.


      Thanks in Advance
      .

        • 1. Re: SSL Socket in .Sar file
          ron_sigal

          I'm not sure what you're trying to do. Note that a SAR file describes a service configured to run in the Application Server. Normally, on the server side you would be interested in creating an SSLServerSocket rather than an SSLSocket.

          I can tell you, however, that Remoting supports SSL connections using the Remoting https, sslrmi, sslsocket and sslbisocket transports. Remoting clients using these transports create SSLSockets. For more information about Remoting, see the Remoting Guide at http://labs.jboss.com/jbossremoting/docs/guide/index.html.