1

I am going crazy because I am getting this error while simple ssl request, this is working in different linuxes no problems but not in this Debian setup.

My python requests version is 2.0.1 and I have tested with 1.2.0 and many other things that I read around the net but no luck at all...

import requests
r = requests.get('https://www.domain.com')

ConnectionError: HTTPSConnectionPool(host='www.domain.com', port=443): Max retries exceeded with url: / (Caused by <class 'socket.error'>: [Errno 104] Connection reset by peer)
4

0 回答 0