1. 程式人生 > >connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify fail

connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify fail

前幾天,使用pip 命令安裝uiautomator2時,報錯。
cmd依次執行下面命令(記得配置Scripts系統變數)
進入到Python安裝目錄下的Scripts目錄,依次執行
cd Python/Scripts
pip install --pre uiautomator2
pip install pillow
但是出現這樣的報錯資訊:
pip install uiautomator2
Collecting uiautomator2
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)’),)’: /simple/uiautomator2/
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)’),)’: /simple/uiautomator2/

問題原因:
是因為勾選了瀏覽器的 連線->區域網設定 ->代理伺服器,如下:
在這裡插入圖片描述
解決方法:
取消勾選即可。

更多測試交流,加好友:
在這裡插入圖片描述