Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Can Jetty ProxyServlet handle HTTPS?`

Hi,

I am asking this question because all the examples I have seen recommand to use a ConnectHandler to manage https connect, and hence https traffic.

By reading the code I understand that this handler creates a socket connection between the client and the server and that all the traffic then goes through this socket.

This means that the ConnectHandler acts as a proxy for https.

I have debugged a lot and noticed that ConnectHandler proxies all the https traffic and ProxyServlet proxies all the http traffic.

Is that correct?

Else how can I proxy the https traffic with a ProxyServlet?

Thanks

Gilles

Back to the top