There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='mirrors.huaweicloud.com', port=443): (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping 
My workaround: I have copied the following files
libcrypto-1_1-x64.*
libssl-1_1-x64.*
from D:\Anaconda3\Library\bin to D:\Anaconda3\DLLs.
本文介绍了如何解决Python请求中出现的SSL证书确认问题。通过复制特定的libcrypto和libssl文件到Anaconda3的DLLs目录下,可以有效解决因SSL模块不可用导致的HTTPS连接错误。

9143

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



