运行就报这个错误
HTTPSConnectionPool(host='xxxx', port=443): Max retries exceeded with url: /xx/xxx (Caused by ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')))
在win11电脑用pychram中正常运行,但是放到linux服务器上就报这个错误,
报错的,请求运行代码
response = requests.get('https://xxxx', headers=headers,proxies=proxy,verify=False)