Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2021
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. * Trying 91.189.92.41:443...
  2. * TCP_NODELAY set
  3. * Connected to api.snapcraft.io (91.189.92.41) port 443 (#0)
  4. * ALPN, offering h2
  5. * ALPN, offering http/1.1
  6. * successfully set certificate verify locations:
  7. * CAfile: /etc/ssl/certs/ca-certificates.crt
  8. CApath: /etc/ssl/certs
  9. * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  10. * TLSv1.3 (IN), TLS handshake, Server hello (2):
  11. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  12. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  13. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  14. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  15. * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  16. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  17. * TLSv1.2 (IN), TLS handshake, Finished (20):
  18. * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  19. * ALPN, server did not agree to a protocol
  20. * Server certificate:
  21. * subject: CN=api.snapcraft.io
  22. * start date: Feb 15 14:50:43 2021 GMT
  23. * expire date: May 16 14:50:43 2021 GMT
  24. * subjectAltName: host "api.snapcraft.io" matched cert's "api.snapcraft.io"
  25. * issuer: C=US; O=Let's Encrypt; CN=R3
  26. * SSL certificate verify ok.
  27. > GET / HTTP/1.1
  28. > Host: api.snapcraft.io
  29. > User-Agent: curl/7.68.0
  30. > Accept: */*
  31. >
  32. * Mark bundle as not supporting multiuse
  33. < HTTP/1.1 200 OK
  34. HTTP/1.1 200 OK
  35. < Server: gunicorn/19.7.1
  36. Server: gunicorn/19.7.1
  37. < Date: Fri, 23 Apr 2021 16:29:41 GMT
  38. Date: Fri, 23 Apr 2021 16:29:41 GMT
  39. < Content-Type: text/html; charset=utf-8
  40. Content-Type: text/html; charset=utf-8
  41. < Content-Length: 64
  42. Content-Length: 64
  43. < Snap-Store-Version: 35
  44. Snap-Store-Version: 35
  45. < X-View-Name: snapdevicegw.webapi.root
  46. X-View-Name: snapdevicegw.webapi.root
  47. < X-VCS-Revision: 2f2239f
  48. X-VCS-Revision: 2f2239f
  49. < X-Request-Id: 02B00CC9B5040A325D7301BB6082F5F53FCDE55
  50. X-Request-Id: 02B00CC9B5040A325D7301BB6082F5F53FCDE55
  51.  
  52. <
  53. snapcraft.io store API service - Copyright 2018-2019 Canonical.
  54. * Connection #0 to host api.snapcraft.io left intact
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement