-
Notifications
You must be signed in to change notification settings - Fork 193
_ssl.c errors #333
Comments
In all of these cases it's very hard to know without additional details what's going on. What version of Python and OpenSSL are you using? |
Anaconda custom-py36_0 based on 4.4.0-np112py36_1 x86 (32 bit) (just fully updated that version) |
What about OpenSSL? |
|
Hrm. Can you show me some sample code that reproduces the issue? |
Hrm, this is not obviously problematic. Are you familiar with Wireshark? If you are, it'd be helpful to see the pcap for one of these failing transactions. |
You need to specify a port along with hostname.
|
Thank you, it looks like |
Thanks for that tip @KostyaEsmukov |
See this comment: #407 (comment) I was running pytest with |
en.wikipedia.org -> _ssl.c:733: The handshake operation timed out
github.com, google.com, yandex.ru -> SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:749)
twitter.com -> SSLEOFError: EOF occured in violation of protocol (_ssl.c:749)
The text was updated successfully, but these errors were encountered: