חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • אין תגובות
  • 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.