Advertisement
Guest User

Untitled

a guest
May 27th, 2016
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. curl performs SSL certificate verification by default, using a "bundle"
  2. of Certificate Authority (CA) public keys (CA certs). If the default
  3. bundle file isn't adequate, you can specify an alternate file
  4. using the --cacert option.
  5. If this HTTPS server uses a certificate signed by a CA represented in
  6. the bundle, the certificate verification probably failed due to a
  7. problem with the certificate (it might be expired, or the name might
  8. not match the domain name in the URL).
  9. If you'd like to turn off curl's verification of the certificate, use
  10. the -k (or --insecure) option.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement