nix-community / nixos-landscape

The Landscape of NixOS and associated projects [maintainer=@cafkafk]
https://landscape.nixlang.wiki
GNU Affero General Public License v3.0
32 stars 8 forks source link

can't access site #46

Open phanirithvij opened 3 weeks ago

phanirithvij commented 3 weeks ago

I visit https://landscape.nixlang.wiki/ and get PR_END_OF_FILE_ERROR on firefox and ERR_CONNECTION_CLOSED on chrome

$ nix-shell -p nix-info --run 'nix-info -m'
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.32, NixOS, 24.11 (Vicuña), 24.11.20240603.80db252`
 - multi-user?: `yes`
 - sandbox: `relaxed`
 - version: `nix-env (Nix) 2.18.2`
 - nixpkgs: `/nix/store/q1sq3v2brhyf6idf2hi33drn5xi9sybg-source`

$ curl -v https://landscape.nixlang.wiki
* Host landscape.nixlang.wiki:443 was resolved.
* IPv6: (none)
* IPv4: 146.190.179.193
*   Trying 146.190.179.193:443...
* Connected to landscape.nixlang.wiki (146.190.179.193) port 443
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to landscape.nixlang.wiki:443
* Closing connection
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to landscape.nixlang.wiki:443

It is happening with both networks I have access to, wifi and mobile data plan. I even tried it on github actions with this ip https://ifconfig.co/?ip=172.183.113.200 in US

curl -v https://landscape.nixlang.wiki/ 
*   Trying 146.190.179.193:443...
* Connected to landscape.nixlang.wiki (146.190.179.193) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.0 (OUT), TLS header, Unknown (21):
* TLSv1.3 (OUT), TLS alert, decode error (562):
* error:0A000126:SSL routines::unexpected eof while reading
* Closing connection 0
curl: (35) error:0A000126:SSL routines::unexpected eof while reading
hugosenari commented 2 weeks ago

@cafkafk I think is the same issue of Wiki