
Manuel Lemos - 2008-02-26 18:42:02 -
In reply to message 5 from vMyth
The right way to support SSL requests is handling the connect method.
If a proxy handles accesses SSL requests as regular non-SSL requests, all the traffic between the client and the proxy can be sniffed, so it is not a secure solution. That is why the CONNECT method exists.
If a proxy does not support the CONNECT method, do not use it. It may be used to steal secret information exchanged between the client and the server.