Python请求和TLS

时间:2019-07-09 18:31:05

标签: python python-3.x http ssl python-requests

我已经安装了Python Requests版本2.21.0和python 3x。我使用请求库发出了https请求。该请求就像:

response = s.get("https://google.com",verify=False)

响应网址为:https://www.google.com/

我没有在发出请求的python脚本中显式导入ssl。刚刚导入了请求库。但是,响应是https://

默认情况下,请求是否包括python的ssl?谁能向我解释为什么不需要导入ssl?

0 个答案:

没有答案