Excluding wsdl-secure-port from wsdl-host

Latest response

Hi!

I'm trying to rewrite my WSDL endpoint URLs on my JBoss EAP 6.4 instance:

example.com
true

It kind of works, except my endpoint URLs end up including the https port (https://example.com:8443/...), which forces a 404.

Is there a way I can explicitly exclude the port from my URLs?

Much appreciated.

Responses