我遵循以下步骤:
在完成所有这些操作之后,我运行以下代码并获得一个HTTP代码: 302。
cntlm -c cntlm.ini -I -M http://www.google.co.za然后,当我尝试使用pip下载Python模块时,会得到以下错误:
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication Required ( Forefront TMG requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )',))': /simple/sphinx/我已经检查和重新检查了我的细节输入到cntlm.ini,有什么想法,这是什么?
发布于 2015-07-08 08:47:48
我发现在向cntlm.ini文件中添加散列时,需要注释掉密码行。当我注释掉密码行时,即:
# Password [my password]Cntlm可以再次正常连接到代理。
https://stackoverflow.com/questions/31207521
复制相似问题