搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Secure - https proxy configurations on Firefox ...possible ?

  • 无回复
  • 0 人有此问题
more options

There is a (new) Secure SSL forward proxy in my corporate. It requires a client to perform: TCP handshake + TLS handshake + followed by http CONNECT request

Now this works fine when we simulate proxy connection using curl, for instance:

  1. curl --head -v -ik --proxy https://proxy.mydomain.com:8443 https://www.google.com/

However when setting up FF for proxy configuration, and adding proxy details under HTTPS Proxy, cant connect via that proxy. Looking at network dump we do see that FF is doing: TCP handshake + straight away sends http CONNECT request - and its missing to initiate TLS handshake....

Is there anyway at all to configure FF to connect via secure SSL proxy ?

There is a (new) Secure SSL forward proxy in my corporate. It requires a client to perform: TCP handshake + TLS handshake + followed by http CONNECT request Now this works fine when we simulate proxy connection using curl, for instance: #curl --head -v -ik --proxy https://proxy.mydomain.com:8443 https://www.google.com/ However when setting up FF for proxy configuration, and adding proxy details under HTTPS Proxy, cant connect via that proxy. Looking at network dump we do see that FF is doing: TCP handshake + straight away sends http CONNECT request - and its missing to initiate TLS handshake.... Is there anyway at all to configure FF to connect via secure SSL proxy ?

您需要登录才能回复。如果您还没账号,可以提出新问题