Advertisement
travisbgreen

Untitled

Aug 21st, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. user  ~  curl -v https://rules.emergingthreats.net
  2. * Rebuilt URL to: https://rules.emergingthreats.net/
  3. * Trying 96.43.137.99...
  4. * TCP_NODELAY set
  5. * Connected to rules.emergingthreats.net (96.43.137.99) port 443 (#0)
  6. * ALPN, offering h2
  7. * ALPN, offering http/1.1
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/ssl/certs/ca-certificates.crt
  10. CApath: /etc/ssl/certs
  11. * (304) (OUT), TLS handshake, Client hello (1):
  12. * OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to rules.emergingthreats.net:443
  13. * stopped the pause stream!
  14. * Closing connection 0
  15. curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to rules.emergingthreats.net:443
  16.  user  ~  curl -v https://rules.emergingthreats.net
  17. * Rebuilt URL to: https://rules.emergingthreats.net/
  18. * Trying 96.43.137.99...
  19. * TCP_NODELAY set
  20. * Connected to rules.emergingthreats.net (96.43.137.99) port 443 (#0)
  21. * ALPN, offering h2
  22. * ALPN, offering http/1.1
  23. * successfully set certificate verify locations:
  24. * CAfile: /etc/ssl/certs/ca-certificates.crt
  25. CApath: /etc/ssl/certs
  26. * (304) (OUT), TLS handshake, Client hello (1):
  27. * (304) (IN), TLS handshake, Server hello (2):
  28. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  29. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  30. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  31. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  32. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  33. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  34. * TLSv1.2 (IN), TLS handshake, Finished (20):
  35. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  36. * ALPN, server accepted to use http/1.1
  37. * Server certificate:
  38. * subject: C=US; ST=California; L=Sunnyvale; O=Proofpoint, Inc.; OU=Ops; CN=*.emergingthreats.net
  39. * start date: Apr 19 00:00:00 2019 GMT
  40. * expire date: May 20 12:00:00 2020 GMT
  41. * subjectAltName: host "rules.emergingthreats.net" matched cert's "*.emergingthreats.net"
  42. * issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=Thawte RSA CA 2018
  43. * SSL certificate verify ok.
  44. > GET / HTTP/1.1
  45. > Host: rules.emergingthreats.net
  46. > User-Agent: curl/7.58.0
  47. > Accept: */*
  48. >
  49. < HTTP/1.1 200 OK
  50. < Date: Wed, 21 Aug 2019 23:11:22 GMT
  51. < Server: Apache/2.4.29 (Ubuntu)
  52. < Strict-Transport-Security: max-age=63072000; includeSubDomains
  53. < X-Frame-Options: DENY
  54. < X-Content-Type-Options: nosniff
  55. < Vary: Accept-Encoding
  56. < Transfer-Encoding: chunked
  57. < Content-Type: text/html;charset=UTF-8
  58. <
  59. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  60. <html>
  61. <head>
  62. <title>Index of /</title>
  63. </head>
  64. <body>
  65. <... snip everything working fine here ...>
  66. <address>Apache/2.4.29 (Ubuntu) Server at rules.emergingthreats.net Port 443</address>
  67. </body></html>
  68. * Connection #0 to host rules.emergingthreats.net left intact
  69.  user  ~  curl -v https://rules.emergingthreats.net
  70. * Rebuilt URL to: https://rules.emergingthreats.net/
  71. * Trying 96.43.137.99...
  72. * TCP_NODELAY set
  73. * Connected to rules.emergingthreats.net (96.43.137.99) port 443 (#0)
  74. * ALPN, offering h2
  75. * ALPN, offering http/1.1
  76. * successfully set certificate verify locations:
  77. * CAfile: /etc/ssl/certs/ca-certificates.crt
  78. CApath: /etc/ssl/certs
  79. * (304) (OUT), TLS handshake, Client hello (1):
  80. * OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to rules.emergingthreats.net:443
  81. * stopped the pause stream!
  82. * Closing connection 0
  83. curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to rules.emergingthreats.net:443
  84.  user  ~  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement