Paste #271380

   
pasted on 20.11.2023 16:55
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
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
% curl --http1.1 -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 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 http/1.1
* 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.
> GET / HTTP/1.1
> 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
* Mark bundle as not supporting multiuse
< HTTP/1.1 302 Moved Temporarily
< Server: nginx
< Date: Mon, 20 Nov 2023 13:54:04 GMT
< Content-Length: 0
< Connection: keep-alive
< Location: https://www.mvideo.ru/
< Set-Cookie: __hash_=42d68c2b5c8d7c0017671d3a5c606160; Max-Age=1800; Path=/
< 
* Connection #0 to host www.mvideo.ru left intact
Add Comment
Author