Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] (no subject)

Hello from germany,
 
i try to run a Shibboleth-IdP on Jetty behind Apache. Shibboleth-IdP alone run without problems if i start Apache and Jetty separated. My goal now is to use mod_proxy_http to forward requests from Apache on https://www.example.org/idp/ to Jetty on internal Port 8080.
 
I followed the instructions here: https://wiki.shibboleth.net/confluence/display/IDP30/Running+the+IdP+on+Jetty+behind+Apache+httpd - but with no success.
 
What i use:
CentOs 7.3 with all updates
Jetty 9.3.6
Apache 2.4
Shibboleth-IdP 3.2.1
 
The local command "curl http://localhost:8080/idp" ends up in "curl: (52) Empty reply from server". Same result is visible on request from extern via https://www.example.org/idp/
 
Neither the Jetty-Log nor the Shibboleth-Logfile show any signs to this requests. The Jetty-Request-Log is empty.
 
So: what am i missing?
 
Thomas Zwirner
- Leipzig, Germany

Back to the top