0 Replies Latest reply on Feb 15, 2019 3:36 PM by gir489

    Reverse proxy redirection in wildfly 12?

    gir489

      I currently have several socket-bindings for several keystores. 3 of these socket bindings and IP combos are being decommissioned. How can I have Wildfly redirect those IPs to a different URL? I can't really find much in the documentation about redirecting to URLs instead of just ports...


      I tried making a reverse proxy found here: Reverse Proxy But I get an error from Wildfly 12:

      14:34:50,419 ERROR [management-operation] WFLYCTL0013: Operation ("add") failed - address: ([

          ("subsystem" => "undertow"),

          ("configuration" => "handler"),

          ("reverse-proxy" => "reverse-proxy"),

          ("host" => "http://www.google.com:80")

      ]) - failure description: "WFLYCTL0155: 'outbound-socket-binding' may not be null"

      14:34:50,447 ERROR [management-operation] "WFLYCTL0193: Failed executing subsystem undertow boot operations"

      14:34:50,449 ERROR [management-operation] WFLYCTL0013: Operation ("parallel-subsystem-boot") failed - address: ([]) - failure description: "\"WFLYCTL0193: Failed executing subsystem undertow boot operations\""