我安装了请求。
但我无法发送 https 请求,即使如此简单:
requests.get('https://www.google.com')
错误信息是:
_ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
更新:我可以使用其他方法发送 https 请求,urllib2,httplib 可以成功发送 https 请求
我安装了请求。
但我无法发送 https 请求,即使如此简单:
requests.get('https://www.google.com')
错误信息是:
_ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
更新:我可以使用其他方法发送 https 请求,urllib2,httplib 可以成功发送 https 请求