Error Message:
--2022-06-20 16:06:37-- https://nih.at/libzip/libzip-1.2.0.tar.gz Resolving nih.at... 5.2.73.210, 2a04:52c0:101:2e6::de6c Connecting to nih.at|5.2.73.210|:443... connected. ERROR: cannot verify nih.at’s certificate, issued by “/C=US/O=Let's Encrypt/CN=R3”: Issued certificate has expired. To connect to nih.at insecurely, use ‘--no-check-certificate’
Solution:
Step 1:
It is recommended to run this command first (if it reports an error you can skip it and try running step 2 directly).
sudo yum install -y ca-certificates
Step 2:
Replace the previous wget https://xxxxx command with the following command, –no-check-certificate is the last line of the error message
wget –no-check-certificate https://xxxxx
Perfect solution
Read More:
- svn: E230001: Server SSL certificate verification failed: certificate issued
- Idea svn connection https error report: E230001: Server SSL certificate verification failed: certificate issued
- Spark login error unable to verify certificate and certificate host name verification failed
- [SSL: CERTIFICATE_VERIFY_FAILED] Certificate Verify Failed (_ssl.C:579)
- URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)
- Python uses requests to request and reports SSL: CERTIFICATE_VERIFY_FAILED error
- ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
- python:urllib2.URLError urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
- Git prompt error setting certificate verify locations
- [Solved] Error: unable to verify the first certificate
- cURL error 60: SSL certificate problem: self signed certificate in certificate chain
- How to Fix SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed.
- K8s configure HTTPS with existing certificate
- python3 request module https certificate verify failed error
- Postman – local opened Charles packet capture tool, postman issued a request error: error: self signed certificate
- Shell curl command reported an error: (60) SSL certificate problem: self signed certificate
- Was import certificate — error prompt: java.security.cert .CertPathValidatorException: Certificate chaining error
- [Solved] Centos7 Wget Error: nown. wget: unable to resolve host address ‘mirrors.aliyun.com’
- GuzzleHttp cURL error 60: SSL certificate problem: self signed certificate
- ERROR 11668 — [ restartedMain] o.s.boot.SpringApplication : Application run failed