Sivu 9/9

Re: Fiatforum on pystyssä - raportoi virheistä

Lähetetty: 10.05.2023 22:17
Kirjoittaja Luigi
Varmaan joku asetusjuttu, koska minulla alkoi ensin androidin Edge hylkimään sitä, valitti epäsopivasta SSL:stä tms. Nyt on tainnut mennä totaaliboikottiin.

Re: Fiatforum on pystyssä - raportoi virheistä

Lähetetty: 11.05.2023 13:43
Kirjoittaja Aero
Kyllä se salaukseen jotenkin liittyy.

Ilman salausta Alfabbs palauttaa kiltisti HTTP-koodin 302 (muuttanut pysyvästi) ja ohjaa sillä salattuun yhteyteen (https), eli selain saa ihan asiallista sisältöä, jonka perusteella lähtee hakemaan uutta osoitetta:

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
Salattuna taasen tökkää virheeseen 500 (eli palvelimen sisäinen virhe):

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
Tarttisi saada ylläpitäjään yhteys, onko täältä kellään Rollen tai Chubsterin yhteystietoja? Jos on, niin voi heittää vaikka mulle YV:llä.

Re: Fiatforum on pystyssä - raportoi virheistä

Lähetetty: 11.05.2023 16:18
Kirjoittaja Aero
Hellurei, alfabbs aukesi mulle! Oi tätä ilon ja onnen päivää!

Re: Fiatforum on pystyssä - raportoi virheistä

Lähetetty: 11.05.2023 21:42
Kirjoittaja tapi0
alfabbs ei kuulu ns. toimenkuvaan.

Re: Fiatforum on pystyssä - raportoi virheistä

Lähetetty: 10.09.2023 13:09
Kirjoittaja mauricio
Ehdottaisin, että palvelinsoftaan laitettaisiin uudelleenohjaus salaamattomista http:// yhteyksistä salattuun https:ään.

.htaccess tiedostolla onnistuu helposti ja netistä löytyy esimerkkejä paljon. :think: Jos oli apache tässä palvelimena siis.