Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | None | 0 0
  1. $ curl -v https://google.com
  2. *   Trying 172.217.20.110:443...
  3. * TCP_NODELAY set
  4. * Connected to google.com (172.217.20.110) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * successfully set certificate verify locations:
  8. *   CAfile: none
  9.   CApath: /etc/ssl/certs
  10. * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  11. * OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to google.com:443
  12. * Closing connection 0
  13. curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to google.com:443
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement