3 Replies Latest reply on Jun 24, 2008 11:21 AM by sgtw_speed

    WebService behind LB/SSL Proxy

    sunfire

      Hi,

      I was wondering how I can configure the following scenario:

      We have a setup where 4 JBoss AS servers run behind a box acting as a LoadBalancer and a SSL Proxy. This means the public WSDL location is

      https://secure.domain.com/webservices/application?wsdl

      behind the LB it will then internally go via regular HTTP to the 4 boxes via:

      http://10.231.12.[1-4]:8080/webservices/application?wsdl

      The problem is now to setup the soap:address location to show

      https://secure.domain.com/webservices/application

      I managed to configure it to show the correct domain

      http://secure.domain.com:8080/webservices/application

      but I failed to change the transport from http to https and the port from 8080 to 80. Is there a way to show https and port 80 even when the actual final server works with http and port 8080?

      Thanks