由ProxyError(“无法连接到代理。”,OSError(“隧道连接失败:需要407代理身份验证”)引起)

时间:2019-05-07 08:10:45

标签: python-3.x http-proxy https-proxy-agent

我正试图通过代理连接到一个网站。但是出现以下错误

++++++ 由ProxyError(“无法连接到代理。”,OSError(“隧道连接失败:需要407代理身份验证”)引起) ++++++

我的python代码如下:

导入请求 从request.auth导入HTTPProxyAuth

s = requests.Session()

print(“ ###########”)

代理= {'https':':',}

r = s.get('https://',proxies = proxies)

s.auth =('用户名','密码')

0 个答案:

没有答案