我正在尝试将我的 Linux 连接到我大学的代理。在其他地方我一直使用 cntlm,但这次我无法让它工作。
我的配置改变:
Username myuser
#Domain ######### I put the domain blank because I'm not sure what it is
Password 4h/89159
Proxy proxy.example.org:3128
Listen 3131
CNTLM 日志:
Proxy returning invalid challenge!
sudo cntlm-I-Mhttp://www.google.com
Password:
Config profile 1/4... Proxy doesn't offer NTLM or BASIC
Wrong credentials, invalid URL or proxy doesn't support NTLM nor BASIC.
将代理直接放入终端并尝试使用 wget:
export https_proxy=https://username:[email protected]:3128/
export http_proxy=http://username:[email protected]:3128/
wget --spider google.com
Resolving proxy.example.org (proxy.example.org)... 10.12.1.172, 10.12.1.171
Connecting to proxy.example.org (proxy.example.org)|10.12.1.172|:3128... connected.
Proxy request sent, awaiting response... 407 Proxy Authentication Required
Remote file does not exist -- broken link!!!
但是,使用浏览器代理,它会直接要求我输入用户名和密码,并且我可以毫无问题地连接到互联网。
知道如何修复此问题吗?