HTTPS connections over proxy servers

前端 未结 9 1055
你的背包
你的背包 2020-11-28 18:48

Is it possible to have HTTPS connections over proxy servers? If yes, what kind of proxy server allows this?

Duplicated with How to use Socks 5 proxy with Apache HTT

9条回答
  •  情深已故
    2020-11-28 19:37

    as far as i can remember, you need to use a HTTP CONNECT query on the proxy. this will convert the request connection to a transparent TCP/IP tunnel.

    so you need to know if the proxy server you use support this protocol.

提交回复
热议问题