#alleskaputt
```
root@r4:~# curl -ILv archive.is
* Trying 185.232.169.13:80...
* Connected to archive.is (185.232.169.13) port 80 (#0)

HEAD / HTTP/1.1
Host: archive.is
User-Agent: curl/7.74.0
Accept: /

  • Mark bundle as not supporting multiuse < HTTP/1.1 302 Moved HTTP/1.1 302 Moved < Date: Fri, 22 Mar 2024 20:54:14 GMT Date: Fri, 22 Mar 2024 20:54:14 GMT < Location: https://archive.is/ Location: https://archive.is/ < Cache-Control: private, no-cache, no-store, must-revalidate, maxage=0 Cache-Control: private, no-cache, no-store, must-revalidate, maxage=0 < Pragma: no-cache Pragma: no-cache < Expires: Sat, 01 Jan 2000 00:00:00 GMT Expires: Sat, 01 Jan 2000 00:00:00 GMT < Access-Control-Allow-Origin: * Access-Control-Allow-Origin: * < Server: nginx/1.9.2 Server: nginx/1.9.2 < Content-Length: 0 Content-Length: 0 < Connection: keep-alive Connection: keep-alive

<
* Connection #0 to host archive.is left intact
* Clear auth, redirects to port from 80 to 443Issue another request to this URL: 'https://archive.is/'
* Trying 185.232.169.13:443...
* Connected to archive.is (185.232.169.13) port 443 (#1)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* 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-ECDSA-AES256-GCM-SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=archive.is
* start date: Feb 4 02:21:26 2024 GMT
* expire date: May 4 02:21:25 2024 GMT
* subjectAltName: host "archive.is" matched cert's "archive.is"
* issuer: C=US; O=Let's Encrypt; CN=R3
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x1899d70)

HEAD / HTTP/2
Host: archive.is
user-agent: curl/7.74.0
accept: /

  • TLSv1.2 (IN), TLS alert, close notify (256):
  • Empty reply from server
  • Closing connection 1
  • TLSv1.2 (OUT), TLS alert, close notify (256): curl: (52) Empty reply from server ```

There are no comments yet.