One, SSL certificates
the reason for this problem is that SSL certificates are not secure
1. What about making a request in your code
Ex. :
import requests
url = "https://chinasoftinc.com/owa"
response = requests.get(url)
Return certificate error as below
Second, solutions
In order to make a normal request in the code, we modify to add a parameter
import requests
url = "https://12306.cn/mormhweb/"
response = requests.get(url, verify=False)
Read More:
- Python uses requests to request and reports SSL: CERTIFICATE_VERIFY_FAILED error
- cURL error 60: SSL certificate problem: self signed certificate in certificate chain
- Shell curl command reported an error: (60) SSL certificate problem: self signed certificate
- GuzzleHttp cURL error 60: SSL certificate problem: self signed certificate
- SSL handshake failed: SSL error: illegal key usage detected in the certificate
- svn: E230001: Server SSL certificate verification failed: certificate issued
- Idea svn connection https error report: E230001: Server SSL certificate verification failed: certificate issued
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- How to Fix SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed.
- Python error open SSL.SSL.SysCallError :(-1,‘Unexpected EOF‘)
- ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
- cURL error 60: SSL certificate problem…
- When we crawl to the HTTPS website, the SSL certificate error is solved
- server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
- [SSL: CERTIFICATE_VERIFY_FAILED] Certificate Verify Failed (_ssl.C:579)
- python:urllib2.URLError urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
- git clone Error: “server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLf…
- URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)
- python3 request module https certificate verify failed error
- Jenkins SVN error Server SSL certificate verification failed: issuer is not trusted