Skip to main content

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

Il 14/04/2014 08:44, Andrea Cappelli ha scritto:
Hi,
I have an axis webservice running under jetty 9.1.3 behind an apache2.2 proxy

[.....]

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?


In an old thread (http://jetty.4.x6.nabble.com/jetty-users-Proxying-SSL-on-Apache-to-HTTP-on-Jetty-td3401396.html) an user said that he put

<Set name="forwarded">true</Set>

in the connector config

Is this possible in the start.ini? Can anyone point me to some examples?

Thank you

--
Andrea Cappelli



Back to the top