Proxy + SSL leads to error with Firefox

0

I would like to access a website within the company domain remotely. For reasons beyond my control they allow ssh but not vpn. However I struggle with my setup:

My first step was:

ssh -ND 1082 ***@***

which seems to work

sudo netstat -ntlp | grep 1080
tcp        0      0 127.0.0.1:1080          0.0.0.0:*               LISTEN      6359/ssh    
tcp6       0      0 ::1:1080                :::*                    LISTEN      6359/ssh

Using Firefox and FoxyProxy I try to setup a proxy with the following settings:

  • Type: SOCKS5
  • IP: 127.0.0.1
  • Port: 1080

After that I could successfully access a http website (example.com) but when trying to access something secured by TSL (google.com) it troughs me a Secure Connection Failed error. What did I miss?

magu_

Posted 2019-05-09T11:26:13.340

Reputation: 153

Answers

0

For me the solution was to enable "Proxy DNS when using SOCKS v5" on the Connection Settings screen in Firefox. Without this box checked, you will get "Secure Connection Failed" errors when trying to proxy https over SOCKS5.

Ross

Posted 2019-05-09T11:26:13.340

Reputation: 1