I am trying to download an HTTPS page from my site hosted on Google App Engine using SNI. No matter which library I use, I get the following error:
[Errno 8] _ssl.c:504: EOF occurred in violation of protocol
I tried to solve this error in various ways, including using urllib3 openssl monkeypatch:
from urllib3.contrib import pyopenssl pyopenssl.inject_into_urllib3
But I always get the same error that was mentioned above.
Any ideas?
python google-app-engine sni urllib3
Tzach Oct 20 '13 at 12:16 2013-10-20 12:16
source share