ravecat

curl

Nov 8th, 2020
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. root@node-0:~# curl -vvv https://localhost:8006
  2. * Rebuilt URL to: https://localhost:8006/
  3. * Trying 127.0.0.1...
  4. * TCP_NODELAY set
  5. * Connected to localhost (127.0.0.1) port 8006 (#0)
  6. * ALPN, offering h2
  7. * ALPN, offering http/1.1
  8. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  9. * successfully set certificate verify locations:
  10. * CAfile: /etc/ssl/certs/ca-certificates.crt
  11. CApath: /etc/ssl/certs
  12. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  13. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  14. * Operation timed out after 300518 milliseconds with 0 out of 0 bytes received
  15. * Curl_http_done: called premature == 1
  16. * stopped the pause stream!
  17. * Closing connection 0
  18. curl: (28) Operation timed out after 300518 milliseconds with 0 out of 0 bytes received
  19.  
Add Comment
Please, Sign In to add comment