解决方案如下:
1.全局取消证书验证(当项目对安全性问题不太重视时,推荐使用,可以全局取消证书的验证,简易方便)
import ssl ssl._create_default_https_context = ssl._create_unverified_context