python爬虫https出现SSLError错误的解决办法

python爬虫https时出现SSLError错误的解决办法

报错:requests.exceptions.SSLError: HTTPSConnectionPool(host=‘appconfig2.1234567.com.cn’, port=443): Max retries

exceeded with url: /config/ComboDataDetail?product=EFund&appVersion=6.4.4&MobileKey=4cf4fb5db48e21cbe5b6b980dca266d9%7C%7Ciemi_tluafed_me&cltype=007&plat=Android&deviceid=4cf4fb5db48e21cbe5b6b980dca266d9%7C%7Ciemi_tluafed_me&version=10 (Caused by SSLError(SSLError(1, ‘[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1091)’)))

解决办法:
python爬虫https出现SSLError错误的解决办法_第1张图片
进入电脑设置关闭代理服务器之后再运行代码即可

你可能感兴趣的:(python问题,python,https)