Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] org.eclipse.jetty.server.SecureRequestCustomizer default on jetty-9.3.15

> Can you please confirm that on a fresh jetty-9.3.15 the 
> SecureRequestCustomizer is enabled by default?
>
> <New id="sslHttpConfig" class="org.eclipse.jetty.server.HttpConfiguration">
> <Arg><Ref refid="httpConfig"/></Arg>
> <Call name="addCustomizer">
> <Arg><New class="org.eclipse.jetty.server.SecureRequestCustomizer"/></Arg>
> </Call>
> </New>
>
> I actually can't receive X509 cert data forwarded from apache2 reverse proxy and I am not sure whether the problem lies on the apache2 side or on jetty side,
>

please ignore.

My goal was to pass the X509 user cert info from an apache2 reverse proxy with proxy_http to
jetty. But I am now realizing that jetty listens on a (non-ssl) http port and of course it can not receive the SSLContext data.


thanks,


f.

Back to the top