Advertisement
Guest User

curl -v

a guest
Mar 2nd, 2018
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. * Trying ***.***.***.***...
  2. * TCP_NODELAY set
  3. * Connected to ****************************************** (***.***.***.***) port 443 (#0)
  4. * ALPN, offering h2
  5. * ALPN, offering http/1.1
  6. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  7. * successfully set certificate verify locations:
  8. * CAfile: /etc/ssl/certs/ca-certificates.crt
  9. CApath: /etc/ssl/certs
  10. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  11. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  12. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  13. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  14. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  15. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  16. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  17. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  18. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  19. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  20. * TLSv1.2 (IN), TLS handshake, Finished (20):
  21. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  22. * ALPN, server accepted to use http/1.1
  23. * Server certificate:
  24. * subject: OU=Domain Control Validated; CN=*.dataplicity.io
  25. * start date: Jan 8 15:55:01 2017 GMT
  26. * expire date: Mar 9 17:06:38 2018 GMT
  27. * subjectAltName: host "******************************************" matched cert's "*.dataplicity.io"
  28. * issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; OU=http://certs.godaddy.com/repository/; CN=Go Daddy Secure Certificate Authority - G2
  29. * SSL certificate verify ok.
  30. > GET /nextcloud HTTP/1.1
  31. > Host: ******************************************
  32. > User-Agent: curl/7.52.1
  33. > Accept: */*
  34. >
  35. < HTTP/1.1 301 Moved Permanently
  36. < Server: nginx
  37. < Date: Fri, 02 Mar 2018 20:23:07 GMT
  38. < Content-Type: text/html; charset=iso-8859-1
  39. < Content-Length: 362
  40. < Connection: keep-alive
  41. < Strict-Transport-Security: max-age=15552000; includeSubDomains; preload
  42. < Location: http://******************************************/nextcloud/
  43. < X-Content-Type-Options: nosniff
  44. <
  45. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  46. <html><head>
  47. <title>301 Moved Permanently</title>
  48. </head><body>
  49. <h1>Moved Permanently</h1>
  50. <p>The document has moved <a href="http://******************************************/nextcloud/">here</a>.</p>
  51. <hr>
  52. <address>Apache/2.4.25 (Debian) Server at ****************************************** Port 80</address>
  53. </body></html>
  54. * Curl_http_done: called premature == 0
  55. * Connection #0 to host ****************************************** left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement