You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at Home everything works perfect, but here, at work, I get some Errors.
I cant get a connection!
I´m behind a Proxy so I changed the "THttoClient.py" File:
Hello,
at Home everything works perfect, but here, at work, I get some Errors.
I cant get a connection!
I´m behind a Proxy so I changed the "THttoClient.py" File:
def init(
self,
uri_or_host,
port=None,
path='/',
proxy_host='139...',
proxy_port=8080
):
After that I get this error:
SSLError: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol
Hope you know what to do..I´ve to say im a totally Noob in Python
The text was updated successfully, but these errors were encountered: