Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. * Hostname was NOT found in DNS cache
  2. * Trying 10.2.1.200...
  3. * Connected to hostname.ru (10.2.1.200) port 443 (#0)
  4. * successfully set certificate verify locations:
  5. * CAfile: none
  6. CApath: /etc/ssl/certs
  7. * SSLv3, TLS handshake, Client hello (1):
  8. * SSLv3, TLS handshake, Server hello (2):
  9. * SSLv3, TLS handshake, CERT (11):
  10. * SSLv3, TLS alert, Server hello (2):
  11. * SSL certificate problem: self signed certificate in certificate chain
  12. * Closing connection 0
  13. curl: (60) SSL certificate problem: self signed certificate in certificate chain
  14. More details here: http://curl.haxx.se/docs/sslcerts.html
  15.  
  16. curl performs SSL certificate verification by default, using a "bundle"
  17. of Certificate Authority (CA) public keys (CA certs). If the default
  18. bundle file isn't adequate, you can specify an alternate file
  19. using the --cacert option.
  20. If this HTTPS server uses a certificate signed by a CA represented in
  21. the bundle, the certificate verification probably failed due to a
  22. problem with the certificate (it might be expired, or the name might
  23. not match the domain name in the URL).
  24. If you'd like to turn off curl's verification of the certificate, use
  25. the -k (or --insecure) option.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement