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 51
| curl -v --head -L https://www.sogedima.be
* processing: https://www.sogedima.be
* Trying 91.134.128.126:443...
* Connected to www.sogedima.be (91.134.128.126) port 443
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: none
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN: server did not agree on a protocol. Uses default.
* Server certificate:
* subject: CN=www.sogedima.be
* start date: Jun 29 10:51:07 2023 GMT
* expire date: Sep 27 10:51:06 2023 GMT
* subjectAltName: host "www.sogedima.be" matched cert's "www.sogedima.be"
* issuer: C=US; O=Let's Encrypt; CN=R3
* SSL certificate verify ok.
* using HTTP/1.x
> HEAD / HTTP/1.1
> Host: www.sogedima.be
> User-Agent: curl/8.2.0
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Date: Sat, 05 Aug 2023 16:17:47 GMT
Date: Sat, 05 Aug 2023 16:17:47 GMT
< Server: Apache/2.4.52 (Ubuntu)
Server: Apache/2.4.52 (Ubuntu)
< Set-Cookie: PHPSESSID=t8of6m5uuoct3fl59cf8qpr9f2; path=/
Set-Cookie: PHPSESSID=t8of6m5uuoct3fl59cf8qpr9f2; path=/
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
Expires: Thu, 19 Nov 1981 08:52:00 GMT
< Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: no-store, no-cache, must-revalidate
< Pragma: no-cache
Pragma: no-cache
< Content-Type: text/html; charset=UTF-8
Content-Type: text/html; charset=UTF-8
< X-IPLB-Request-ID: B9709210:BD22_5B86807E:01BB_64CE762A_BD35:239FF
X-IPLB-Request-ID: B9709210:BD22_5B86807E:01BB_64CE762A_BD35:239FF
< X-IPLB-Instance: 5426
X-IPLB-Instance: 5426 |
Partager