keybase / saltpack

a modern crypto messaging format
https://saltpack.org/
BSD 3-Clause "New" or "Revised" License
987 stars 64 forks source link

https://saltpack.org has been down a day #98

Open hwinkler opened 8 months ago

hwinkler commented 8 months ago

Returns 502 to Cloudflare.

gabriel commented 8 months ago

Looks ok to me

hwinkler commented 8 months ago

Seems to be a problem for ip6 only.

$ curl -v -6 https://saltpack.org
*   Trying [2406:da00:ff00::3405:3b03]:443...
* Connected to saltpack.org (2406:da00:ff00::3405:3b03) port 443
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /opt/local/share/curl/curl-ca-bundle.crt
*  CApath: none
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to saltpack.org:443 
* Closing connection
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to saltpack.org:443 
hwinkler commented 8 months ago

...whereas $ curl -v -4 https://saltpack.org succeeds.