File "C:\Python27\lib\site-packages\urllib3\connection.py", line 496, in _connect_tls_proxy
ssl_context.check_hostname = True
ValueError: check_hostname needs a SSL context with either CERT_OPTIONAL or CERT_REQUIRED
解決辦法:
關閉代理。
本文标题: | Python:ValueError: check_hostname needs a SSL context with either CERT_OPTIONAL or CERT_REQUIRED |
本文链接: (转载请附上本文链接) | https://vulsee.com/archives/vulsee_2021/0411_14267.html |