报错:
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(8, 'nodename nor servname provided, or not known'))': /simple/pyopenssl/
因为HTTP不安全报错,解决:
[global]
timeout = 6000
index-url = http://pypi.douban.com/simple/
[install]
use-mirrors = true
mirrors = http://pypi.douban.com/simple/
trusted-host = pypi.douban.com
本文将指导您如何解决在使用PyOpenSSL时遇到的HTTP不安全报错,通过调整全局参数timeout和index-url以及启用镜像源,确保软件包的稳定下载。
2581

被折叠的 条评论
为什么被折叠?



