QcloudApi / qcloudapi-sdk-python

Tencent Cloud SDK for Python
https://cloud.tencent.com/
Other
182 stars 70 forks source link

不被信任的证书 #4

Closed htlhenry closed 8 years ago

htlhenry commented 8 years ago

InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised

请求时有个证书警告。 requests==2.9.1

htlhenry commented 8 years ago

request类在get的时候指定了verify参数False,所以会报错,改为True(默认就是True)