You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact, the HTTP (proxy) protocol will send a CONNECT head first, then start HTTPS handshake (for HTTPS traffic). Most proxy applications use this.
But the HTTPS (proxy) protocol will start HTTPS handshake directly, thus we get the wrong head.
To avoid the problem, we may add auto-detection for these two protocols. But it need some time as we use CONNECT head to detect the remote server now.
accesser work for Firefox 66.0.3 (with SwitchyOmega), but not work for chrome 74.0.3724.8 64bit (with SwitchyOmega).
here is the debug message:
The text was updated successfully, but these errors were encountered: