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
The ssl.OP_NO_TLSvX options were deprecated in Python 3.7. These values are available on OpenSSL 1.1.0g+, if we detect they are available with an SSLContext that supports them we should set SSLContext.minumum_version = TLSVersion.TLSv1_2
The
ssl.OP_NO_TLSvXoptions were deprecated in Python 3.7. These values are available on OpenSSL 1.1.0g+, if we detect they are available with an SSLContext that supports them we should setSSLContext.minumum_version = TLSVersion.TLSv1_2