h2csmuggler
h2csmuggler copied to clipboard
Error execution
Hello,
when I run the script I have this error:
h2csmuggler/h2csmuggler.py:49: DeprecationWarning: ssl.wrap_socket() is deprecated, use SSLContext.wrap_socket()
retSock = ssl.wrap_socket(sock, ssl_version=ssl.PROTOCOL_TLS)
[INFO] Failed to upgrade: https://example.com
I run the script with python3, 2 and same error.
A greeting and thanks
me too