Re: Fiatforum on pystyssä - raportoi virheistä
Lähetetty: 10.05.2023 22:17
Varmaan joku asetusjuttu, koska minulla alkoi ensin androidin Edge hylkimään sitä, valitti epäsopivasta SSL:stä tms. Nyt on tainnut mennä totaaliboikottiin.
Gruppo Fiat Finlandia r.y. - Alkuperäinen Fiat-merkkikerho jo vuodesta 1980.
https://fiatforum.fi/
Koodi: Valitse kaikki
aero@aerospace ~ $ curl --verbose http://forum.alfabbs.fi
* Trying 91.232.155.81:80...
* Connected to forum.alfabbs.fi (91.232.155.81) port 80 (#0)
> GET / HTTP/1.1
> Host: forum.alfabbs.fi
> User-Agent: curl/7.87.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 301 Moved Permanently
< date: Thu, 11 May 2023 10:40:08 GMT
< server: Apache/2.4
< location: https://forum.alfabbs.fi/
< content-length: 303
< content-type: text/html; charset=iso-8859-1
< set-cookie: SERVERID=ng-web3; path=/; SameSite=Lax
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://forum.alfabbs.fi/">here</a>.</p>
<hr>
<address>Apache/2.4 Server at forum.alfabbs.fi Port 80</address>
</body></html>
* Connection #0 to host forum.alfabbs.fi left intact
Koodi: Valitse kaikki
aero@aerospace ~ $ curl --verbose -k https://forum.alfabbs.fi
* Trying 91.232.155.81:443...
* Connected to forum.alfabbs.fi (91.232.155.81) port 443 (#0)
* ALPN: offers h2
* ALPN: offers http/1.1
* [CONN-0-0][CF-SSL] TLSv1.3 (OUT), TLS handshake, Client hello (1):
* [CONN-0-0][CF-SSL] TLSv1.3 (IN), TLS handshake, Server hello (2):
* [CONN-0-0][CF-SSL] TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* [CONN-0-0][CF-SSL] TLSv1.3 (IN), TLS handshake, Certificate (11):
* [CONN-0-0][CF-SSL] TLSv1.3 (IN), TLS handshake, CERT verify (15):
* [CONN-0-0][CF-SSL] TLSv1.3 (IN), TLS handshake, Finished (20):
* [CONN-0-0][CF-SSL] TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* [CONN-0-0][CF-SSL] TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256
* ALPN: server accepted h2
* Server certificate:
* subject: CN=forum.alfabbs.fi
* start date: Mar 16 21:00:26 2023 GMT
* expire date: Jun 14 21:00:25 2023 GMT
* issuer: C=US; O=Let's Encrypt; CN=R3
* SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
* 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: forum.alfabbs.fi]
* h2h3 [user-agent: curl/7.87.0]
* h2h3 [accept: */*]
* Using Stream ID: 1 (easy handle 0x55c6a0617090)
> GET / HTTP/2
> Host: forum.alfabbs.fi
> user-agent: curl/7.87.0
> accept: */*
>
* [CONN-0-0][CF-SSL] TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* [CONN-0-0][CF-SSL] TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
< HTTP/2 500
< date: Thu, 11 May 2023 10:41:02 GMT
< server: Apache/2.4
< content-length: 0
< content-type: text/html; charset=UTF-8
< set-cookie: SERVERID=ng-web3-ssl; path=/; Secure; SameSite=Lax
<
* Connection #0 to host forum.alfabbs.fi left intact