Skip to main content

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


> On Feb 4, 2016, at 8:19 AM, Thomas Zwirner <tzwirne@xxxxxx> wrote:
> 
> 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.

Hi Thomas,

Following the doc does work - note they are specifying Jetty 9.2. This is exactly what I have running locally. 
I am not sure if anything has changed in the 9.3 release that would confuse these settings but that might be the case. 

Also have you included the x-forwardedfor configuration as well?
Are you seeing the IdP actually startup? check your idp-process.log

I still need to upgrade to the 9.3 container but 9.2 seems to work well for now.

--------
thanks
 kevin.foote



Back to the top