Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在防火墙后面使用 Python,其中某些资源和 URL 被阻止,但我可以使用 https 访问它们。
当我尝试使用 pip 安装软件包时,它抱怨 MD5 哈希错误,因为它实际上检索的是代理服务器的拒绝页面。
如何让 pip 使用 https?
好的,事实证明我使用的是 pip 1.1。正如聚光灯在他的评论中指出的那样,https 自 1.3 起默认启用。