Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • No replies
  • 0 have this problem
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 ?

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.