Comment
Hi, not sure if this is just me or what. I can't reach anything on the .page tld, such as https://codeberg.page. Obviously I can access codeberg.org just fine. :) This is my best guess at providing some useful info. Can others reach it?
$ curl https://codeberg.page
curl: (35) TLS connect error: error:00000000:lib(0)::reason(0)
verbose:
curl --verbose https://codeberg.page
* Host codeberg.page:443 was resolved.
* IPv6: 2a0a:4580:103f::1
* IPv4: 217.197.91.145
* Trying [2a0a:4580:103f::1]:443...
* Immediate connect fail for 2a0a:4580:103f::1: Network is unreachable
* Trying 217.197.91.145:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: none
* TLS connect error: error:00000000:lib(0)::reason(0)
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to codeberg.page:443
* closing connection #0
curl: (35) TLS connect error: error:00000000:lib(0)::reason(0)
Hope it's not another crazy bot attack!
### Comment
Hi, not sure if this is just me or what. I can't reach anything on the `.page` tld, such as https://codeberg.page. Obviously I can access codeberg.org just fine. :) This is my best guess at providing some useful info. Can others reach it?
```sh
$ curl https://codeberg.page
curl: (35) TLS connect error: error:00000000:lib(0)::reason(0)
```
verbose:
```sh
curl --verbose https://codeberg.page
* Host codeberg.page:443 was resolved.
* IPv6: 2a0a:4580:103f::1
* IPv4: 217.197.91.145
* Trying [2a0a:4580:103f::1]:443...
* Immediate connect fail for 2a0a:4580:103f::1: Network is unreachable
* Trying 217.197.91.145:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: none
* TLS connect error: error:00000000:lib(0)::reason(0)
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to codeberg.page:443
* closing connection #0
curl: (35) TLS connect error: error:00000000:lib(0)::reason(0)
```
Hope it's not another crazy bot attack!