Advertisement
lbrigman124

epel curl

Sep 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. [root@toot2 yum.repos.d]# curl -v 'https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64'
  2. * About to connect() to mirrors.fedoraproject.org port 443 (#0)
  3. * Trying 140.211.169.206...
  4. * Connected to mirrors.fedoraproject.org (140.211.169.206) port 443 (#0)
  5. * Initializing NSS with certpath: sql:/etc/pki/nssdb
  6. * CAfile: /etc/pki/tls/certs/ca-bundle.crt
  7. CApath: none
  8. * Server certificate:
  9. * subject: CN=*.fedoraproject.org,O=Red Hat Inc.,L=Raleigh,ST=North Carolina,C=US
  10. * start date: Feb 01 00:00:00 2017 GMT
  11. * expire date: May 01 12:00:00 2020 GMT
  12. * common name: *.fedoraproject.org
  13. * issuer: CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US
  14. * NSS error -8181 (SEC_ERROR_EXPIRED_CERTIFICATE)
  15. * Peer's Certificate has expired.
  16. * Closing connection 0
  17. curl: (60) Peer's Certificate has expired.
  18. More details here: http://curl.haxx.se/docs/sslcerts.html
  19.  
  20. curl performs SSL certificate verification by default, using a "bundle"
  21. of Certificate Authority (CA) public keys (CA certs). If the default
  22. bundle file isn't adequate, you can specify an alternate file
  23. using the --cacert option.
  24. If this HTTPS server uses a certificate signed by a CA represented in
  25. the bundle, the certificate verification probably failed due to a
  26. problem with the certificate (it might be expired, or the name might
  27. not match the domain name in the URL).
  28. If you'd like to turn off curl's verification of the certificate, use
  29. the -k (or --insecure) option.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement