Advertisement
Mout312

Untitled

Jun 11th, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. $ curl -A Twitterbot https://lesfousdupuy.fr -v
  2. * Rebuilt URL to: https://lesfousdupuy.fr/
  3. * Trying 213.186.33.40...
  4. * Connected to lesfousdupuy.fr (213.186.33.40) 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: D:\Logiciels\RailsInstaller\Git\bin\curl-ca-bundle.crt
  10. CApath: none
  11. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  12. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  13. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  14. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  15. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  16. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  17. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  18. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  19. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  20. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  21. * TLSv1.2 (IN), TLS handshake, Finished (20):
  22. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  23. * ALPN, server did not agree to a protocol
  24. * Server certificate:
  25. * subject: CN=deuxmetrescubes.fr
  26. * start date: May 11 05:10:00 2016 GMT
  27. * expire date: Aug 9 05:10:00 2016 GMT
  28. * subjectAltName: host "lesfousdupuy.fr" matched cert's "lesfousdupuy.fr"
  29. * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
  30. * SSL certificate verify ok.
  31. > GET / HTTP/1.1
  32. > Host: lesfousdupuy.fr
  33. > User-Agent: Twitterbot
  34. > Accept: */*
  35. >
  36. < HTTP/1.1 200 OK
  37. < Set-Cookie: 300gpBAK=R4178758734; path=/; expires=Sat, 11-Jun-2016 17:30:55 GMT
  38. < Date: Sat, 11 Jun 2016 16:12:41 GMT
  39. < Content-Type: text/html; charset=UTF-8
  40. < Content-Length: 15182
  41. < Set-Cookie: 300gp=R3531881995; path=/; expires=Sat, 11-Jun-2016 17:13:24 GMT
  42. < Server: Apache
  43. < X-Powered-By: PHP/5.6.21
  44. < Set-Cookie: CAKEPHP=f2fc870d60e3b972ddfbc0258c5faa24; expires=Sat, 11-Jun-2016 20:12:41 GMT; Max-Age=14400; path=/; secure; HttpOnly
  45. < Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
  46. < Cache-Control: max-age=1, private, must-revalidate
  47. < Expires: Sat, 11 Jun 2016 18:12:41 GMT
  48. < X-Frame-Options: SameOrigin
  49. < X-XSS-Protection: 1; mode=block
  50. < X-Content-Security-Policy: allow 'self';
  51. < X-Content-Type-Options: nosniff
  52. < Vary: Accept-Encoding
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement