Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty behind Apache2 with SSL

Hi,
I have an axis webservice running under jetty 9.1.3 behind an apache2.2 proxy

Apapche is listen on 443 with ssl and communicate with jetty via http

My problem is that the url in the WSDL are wrong

Public url

https://domain.com/myapp/services/srv1?wsdl

in the generated wsdl

http://domain.com:80/myapp/services/srv1

So port and protocol are wrong

I tried to follow

http://wiki.eclipse.org/Jetty/Howto/Configure_mod_proxy

RequestHeader set X-Forwarded-Proto "https" env=HTTPS

in the vhost, but nothing changed

Any idea on what I'm missing? Anyone has a similar setup?

--
Andrea Cappelli



Back to the top