3 Replies Latest reply on Jun 24, 2010 12:54 PM by davidl360

    proxy server tunneling https connection to backend jboss as


      Our jboss application server is fronted by a proxy server.when a request comes in over ssl, the proxy terminates ssl and passes http to jboss.Since the End point address is generated dynamically the end point url is using http protocol ,but our proxy server allows only https protocol.Is there any configuration change that we can make so dynamically genrated protocol is https.

      thanks

      So we basically need a way to publish secure urls while still declaring the service as non-secure.

      I tried setting below in jboss-beans.xml :

      is there a solution for the above problem.

      thanks