【发布时间】:2021-11-30 06:20:25
【问题描述】:
不久前,我开始使用 ssh 隧道,这样我就可以在英国访问需要英国客户地址的服务(例如我的图书馆和我的医生)。
所以我一直在使用“ssh -fTnN -D 1080 chris@isbd.uk”并在 Firefox 中设置代理配置以使用主机 127.0.0.1 和端口 1080。
但是当我上周在法国时这不起作用,我不确定它什么时候停止工作(可能在去年左右),现在它给出了一个错误:-
Secure Connection Failed
The connection to the server was reset while the page was loading.
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the web site owners to inform them of this problem.
有人知道如何解决这个问题吗?该代理适用于 curl 和 lynx 之类的东西,因此这似乎是安全偏执带来的 Firefox 问题。
【问题讨论】:
标签: firefox proxy ssh-tunnel