Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5883

Support rewriting of wsdl for https load balancer which talks to http endpoint

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.7.12, 3.0.1
    • 3.0.2, 3.1
    • Transports
    • None
    • Unknown

    Description

      We have the following scenario.

      Client -> Load blancer (https) -> CXF Endpoint (http)

      If the client requests the ?wsdl of the endpoint it should consistently be using the uri of the load balancer.

      This already works for hostname and port which are correctly replaced but does not work for the protocol which still remains at http.

      The load balancer can send the X-Forwarded-Proto header with https. This tells the cxf endpoint the protocol of the load balancer.
      CXF should now evaluate the header and support the rewriting of urls in the wsdl from http to https.

      Attachments

        Issue Links

          Activity

            People

              cschneider Christian Schneider
              cschneider Christian Schneider
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: