Weird connection problem
Roland Hedberg
roland.hedberg at umu.se
Sat Oct 25 09:40:05 EDT 2014
More information about the Python-list mailing list
Sat Oct 25 09:40:05 EDT 2014
- Previous message (by thread): asyncio: setting file permissions of a Unix socket?
- Next message (by thread): Weird connection problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When I try to access a URL using requests I always get: socket.error: [Errno 104] Connection reset by peer If I try to access the same URL using curl I get no error message instead I get the page. The same result if I use a web browser like Safari. But, if I use python httplib I also get Errno 104. What gives ? Oh, by the way it’s a HTTPS url. — Roland ”Being able to think like a child is an important attribute of being an adult” - Eddie Izzard
- Previous message (by thread): asyncio: setting file permissions of a Unix socket?
- Next message (by thread): Weird connection problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list