Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. osorkon@hub:~$ curl -Is -v https://api.telegram.org/
  2. * Trying 149.154.167.220...
  3. * TCP_NODELAY set
  4. * Connected to api.telegram.org (149.154.167.220) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * successfully set certificate verify locations:
  8. * CAfile: /etc/ssl/certs/ca-certificates.crt
  9. CApath: /etc/ssl/certs
  10. * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  11. * TLSv1.3 (IN), TLS handshake, Server hello (2):
  12. * TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
  13. * TLSv1.3 (IN), TLS handshake, Unknown (8):
  14. * TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
  15. * TLSv1.3 (IN), TLS handshake, Certificate (11):
  16. * TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
  17. * TLSv1.3 (IN), TLS handshake, CERT verify (15):
  18. * TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
  19. * TLSv1.3 (IN), TLS handshake, Finished (20):
  20. * TLSv1.3 (OUT), TLS change cipher, Client hello (1):
  21. * TLSv1.3 (OUT), TLS Unknown, Certificate Status (22):
  22. * TLSv1.3 (OUT), TLS handshake, Finished (20):
  23. * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
  24. * ALPN, server accepted to use http/1.1
  25. * Server certificate:
  26. * subject: OU=Domain Control Validated; CN=api.telegram.org
  27. * start date: May 4 14:42:31 2018 GMT
  28. * expire date: May 23 16:17:38 2020 GMT
  29. * subjectAltName: host "api.telegram.org" matched cert's "api.telegram.org"
  30. * issuer: C=US; ST=Arizona; L=Scottsdale; O=GoDaddy.com, Inc.; OU=http://certs.godaddy.com/repository/; CN=Go Daddy Secure Certificate Authority - G2
  31. * SSL certificate verify ok.
  32. * TLSv1.3 (OUT), TLS Unknown, Unknown (23):
  33. > HEAD / HTTP/1.1
  34. > Host: api.telegram.org
  35. > User-Agent: curl/7.58.0
  36. > Accept: */*
  37. >
  38. * TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
  39. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  40. * TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
  41. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  42. * TLSv1.3 (IN), TLS Unknown, Unknown (23):
  43. < HTTP/1.1 302 Moved Temporarily
  44. HTTP/1.1 302 Moved Temporarily
  45. < Server: nginx/1.16.1
  46. Server: nginx/1.16.1
  47. < Date: Wed, 01 Apr 2020 18:38:36 GMT
  48. Date: Wed, 01 Apr 2020 18:38:36 GMT
  49. < Content-Type: text/html
  50. Content-Type: text/html
  51. < Content-Length: 145
  52. Content-Length: 145
  53. < Connection: keep-alive
  54. Connection: keep-alive
  55. < Location: https://core.telegram.org/bots
  56. Location: https://core.telegram.org/bots
  57. < Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
  58. Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
  59. < Access-Control-Allow-Origin: *
  60. Access-Control-Allow-Origin: *
  61. < Access-Control-Allow-Methods: GET, POST, OPTIONS
  62. Access-Control-Allow-Methods: GET, POST, OPTIONS
  63. < Access-Control-Expose-Headers: Content-Length,Content-Type,Date,Server,Connection
  64. Access-Control-Expose-Headers: Content-Length,Content-Type,Date,Server,Connection
  65.  
  66. <
  67. * Connection #0 to host api.telegram.org left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement