ssl.SSLCertVerificationError: \[SSL: CERTIFICATE\_VERIFY\_FAILED\] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.sge.com.cn', port=443): Max retries exceeded with url: /graph/quotations (Caused by SSLError(SSLCertVerificationError(1, '\[SSL: CERTIFICATE\_VERIFY\_FAILED\] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')))
requests.exceptions.SSLError: HTTPSConnectionPool(host='www.sge.com.cn', port=443): Max retries exceeded with url: /graph/quotations (Caused by SSLError(SSLCertVerificationError(1, '\[SSL: CERTIFICATE\_VERIFY\_FAILED\] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')))
后两个错误Caused by SSLError(SSLCertVerificationError),因此先来解决第一个SSLCertVerificationError问题。