Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. $ /private/opt/local/bin/curl --http2 -vso /dev/null 'https://en.wikipedia.org/w/load.php?lang=en&modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.page.gallery.styles%7Cmediawiki.skinning.interface%7Cmediawiki.toc.styles%7Cskins.vector.styles%7Cwikibase.client.init&only=styles&skin=vector'
  2. * Trying 2620:0:861:ed1a::1:443...
  3. * TCP_NODELAY set
  4. * Connected to en.wikipedia.org (2620:0:861:ed1a::1) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * successfully set certificate verify locations:
  8. * CAfile: /opt/local/share/curl/curl-ca-bundle.crt
  9. CApath: none
  10. } [5 bytes data]
  11. * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  12. } [512 bytes data]
  13. * TLSv1.3 (IN), TLS handshake, Server hello (2):
  14. { [102 bytes data]
  15. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  16. { [3608 bytes data]
  17. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  18. { [114 bytes data]
  19. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  20. { [4 bytes data]
  21. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  22. } [37 bytes data]
  23. * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  24. } [1 bytes data]
  25. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  26. } [16 bytes data]
  27. * TLSv1.2 (IN), TLS handshake, Finished (20):
  28. { [16 bytes data]
  29. * SSL connection using TLSv1.2 / ECDHE-ECDSA-CHACHA20-POLY1305
  30. * ALPN, server accepted to use h2
  31. * Server certificate:
  32. * subject: C=US; ST=California; L=San Francisco; O=Wikimedia Foundation, Inc.; CN=*.wikipedia.org
  33. * start date: Nov 8 10:47:06 2019 GMT
  34. * expire date: Nov 22 07:59:59 2020 GMT
  35. * subjectAltName: host "en.wikipedia.org" matched cert's "*.wikipedia.org"
  36. * issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign ECC OV SSL CA 2018
  37. * SSL certificate verify ok.
  38. * Using HTTP2, server supports multi-use
  39. * Connection state changed (HTTP/2 confirmed)
  40. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  41. } [5 bytes data]
  42. * Using Stream ID: 1 (easy handle 0x7fb209809c00)
  43. } [5 bytes data]
  44. > GET /w/load.php?lang=en&modules=ext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.page.gallery.styles%7Cmediawiki.skinning.interface%7Cmediawiki.toc.styles%7Cskins.vector.styles%7Cwikibase.client.init&only=styles&skin=vector HTTP/2
  45. > Host: en.wikipedia.org
  46. > user-agent: curl/7.67.0
  47. > accept: */*
  48. >
  49. { [5 bytes data]
  50. * Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
  51. } [5 bytes data]
  52. * http2 error: Invalid HTTP header field was received: frame type: 1, stream: 1, name: [proxy-connection], value: [keep-alive]
  53. } [5 bytes data]
  54. * HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
  55. * stopped the pause stream!
  56. * Connection #0 to host en.wikipedia.org left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement