An error problem
When GuzzleHttp makes an HTTPS request, it reports the following error
cURL error 60: SSL certificate problem: self signed certificate
The solution
The difference between an HTTP request and an HTTPS request is that Guzzle needs to pass in a configuration item in the constructor,
$client = new \GuzzleHttp\Client(['verify' =>false]);
Read More:
- 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
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- cURL error 60: SSL certificate problem…
- svn: E230001: Server SSL certificate verification failed: certificate issued
- Idea svn connection https error report: E230001: Server SSL certificate verification failed: certificate issued
- Configure HTTPS and self signed certificate for nginx
- How to Fix SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed.
- SSL handshake failed: SSL error: illegal key usage detected in the certificate
- Python – SSL certificate error
- Spark login error unable to verify certificate and certificate host name verification failed
- ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
- Postman – local opened Charles packet capture tool, postman issued a request error: error: self signed certificate
- Python uses requests to request and reports SSL: CERTIFICATE_VERIFY_FAILED error
- When we crawl to the HTTPS website, the SSL certificate error is solved
- [Solved] onlyoffice Error: error self signed certificate and download failed
- [SSL: CERTIFICATE_VERIFY_FAILED] Certificate Verify Failed (_ssl.C:579)
- Was import certificate — error prompt: java.security.cert .CertPathValidatorException: Certificate chaining error
- URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)
- server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none