0 Replies Latest reply on Sep 22, 2004 7:38 PM by kevinjiang

    Connect to JBoss using SSL from behind a Proxy Server

    kevinjiang

      Hi All

      I have a Swing application to connect to the JBoss server.

      I have configured the system to enable "JNDI over Http" and "Invoking EJB over Http Invoker". I also use SSL to transfer some sensitive information between the client Swing application and the server.

      My problem now is that some of our clients need to use the Swing application from behind a proxy server. Except for the SSL part, it's just a matter of adding two system properties: http.proxyHost and http.proxyPort.

      But for the SSL part, is there any way to make it work through a proxy server?

      Thanks,

      Kevin