Paste #271376 |
pasted on 20.11.2023 14:02
- Edit to this paste
- Raw
- The following pastes replied to this paste: # 275689
- Show paste tree
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | $ curl -v https://www.mvideo.ru * Trying 185.71.67.88:443... * Connected to www.mvideo.ru (185.71.67.88) port 443 (#0) * ALPN: offers h2 * ALPN: offers http/1.1 * CAfile: /etc/ssl/certs/ca-certificates.crt * CApath: none * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN: server accepted h2 * Server certificate: * subject: C=RU; ST=Moscow; L=Moscow; O=PJSC M.Video; CN=*.mvideo.ru * start date: Aug 8 07:54:30 2023 GMT * expire date: Sep 8 07:54:29 2024 GMT * subjectAltName: host "www.mvideo.ru" matched cert's "*.mvideo.ru" * issuer: C=BE; O=GlobalSign nv-sa; CN=GlobalSign RSA OV SSL CA 2018 * SSL certificate verify ok. * Using HTTP2, server supports multiplexing * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 * h2h3 [:method: GET] * h2h3 [:path: /] * h2h3 [:scheme: https] * h2h3 [:authority: www.mvideo.ru] * h2h3 [user-agent: curl/7.85.0] * h2h3 [accept: */*] * Using Stream ID: 1 (easy handle 0x55c7364d57a0) > GET / HTTP/2 > Host: www.mvideo.ru > user-agent: curl/7.85.0 > accept: */* > * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * old SSL session ID is stale, removing * Connection state changed (MAX_CONCURRENT_STREAMS == 128)! < HTTP/2 302 < server: nginx < date: Mon, 20 Nov 2023 11:00:34 GMT < content-length: 0 < location: https://www.mvideo.ru/ < set-cookie: __hash_=42d68c2b5c82dc0597671d3a5c606160; Max-Age=1800; Path=/ < * Connection #0 to host www.mvideo.ru left intact |