Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. * Rebuilt URL to: https://195.201.94.162/
  2. * Trying 195.201.94.162...
  3. * TCP_NODELAY set
  4. * Connected to 195.201.94.162 (195.201.94.162) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/ssl/cert.pem
  10. CApath: none
  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 h2
  23. * Server certificate:
  24. * subject: O=Acme Co; CN=Kubernetes Ingress Controller Fake Certificate
  25. * start date: Dec 3 08:04:16 2018 GMT
  26. * expire date: Dec 3 08:04:16 2019 GMT
  27. * issuer: O=Acme Co; CN=Kubernetes Ingress Controller Fake Certificate
  28. * SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
  29. * Using HTTP2, server supports multi-use
  30. * Connection state changed (HTTP/2 confirmed)
  31. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  32. * Using Stream ID: 1 (easy handle 0x7fcac6006600)
  33. > GET / HTTP/2
  34. > Host: 195.201.94.162
  35. > User-Agent: curl/7.54.0
  36. > Accept: */*
  37. >
  38. * Connection state changed (MAX_CONCURRENT_STREAMS updated)!
  39. < HTTP/2 404
  40. < server: nginx/1.13.12
  41. < date: Sat, 19 Jan 2019 09:24:22 GMT
  42. < content-type: text/plain; charset=utf-8
  43. < content-length: 21
  44. < strict-transport-security: max-age=15724800; includeSubDomains
  45. <
  46. * Connection #0 to host 195.201.94.162 left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement