[bug] Docs site seems to be down #870

Closed
opened 2025-02-09 00:33:32 +00:00 by db · 1 comment

Your setup

No response

Extra details

No response

Version

No response

PostgreSQL version

No response

What were you trying to do?

View the documentation

What did you expect to happen?

I expected the documentation to load.

What actually happened?

The server returned an empty response:

Logs

$ curl --verbose https://docs.akkoma.dev/stable/installation/docker_en/
* Host docs.akkoma.dev:443 was resolved.
* IPv6: (none)
* IPv4: 51.159.100.240
*   Trying 51.159.100.240:443...
* Connected to docs.akkoma.dev (51.159.100.240) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256 / [blank] / UNDEF
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=docs.akkoma.dev
*  start date: Dec 22 03:48:23 2024 GMT
*  expire date: Mar 22 03:48:22 2025 GMT
*  subjectAltName: host "docs.akkoma.dev" matched cert's "docs.akkoma.dev"
*  issuer: C=US; O=Let's Encrypt; CN=E6
*  SSL certificate verify ok.
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://docs.akkoma.dev/stable/installation/docker_en/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: docs.akkoma.dev]
* [HTTP/2] [1] [:path: /stable/installation/docker_en/]
* [HTTP/2] [1] [user-agent: curl/8.7.1]
* [HTTP/2] [1] [accept: */*]
> GET /stable/installation/docker_en/ HTTP/2
> Host: docs.akkoma.dev
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
< HTTP/2 502
< alt-svc: h3=":443"; ma=2592000
< server: Caddy
< content-length: 0
< date: Sun, 09 Feb 2025 00:30:56 GMT
<
* Connection #0 to host docs.akkoma.dev left intact

Severity

I cannot use it as easily as I'd like

Have you searched for this issue?

  • I have double-checked and have not found this issue mentioned anywhere.
### Your setup _No response_ ### Extra details _No response_ ### Version _No response_ ### PostgreSQL version _No response_ ### What were you trying to do? View the documentation ### What did you expect to happen? I expected the documentation to load. ### What actually happened? The server returned an empty response: ### Logs ```shell $ curl --verbose https://docs.akkoma.dev/stable/installation/docker_en/ * Host docs.akkoma.dev:443 was resolved. * IPv6: (none) * IPv4: 51.159.100.240 * Trying 51.159.100.240:443... * Connected to docs.akkoma.dev (51.159.100.240) port 443 * ALPN: curl offers h2,http/1.1 * (304) (OUT), TLS handshake, Client hello (1): * CAfile: /etc/ssl/cert.pem * CApath: none * (304) (IN), TLS handshake, Server hello (2): * (304) (IN), TLS handshake, Unknown (8): * (304) (IN), TLS handshake, Certificate (11): * (304) (IN), TLS handshake, CERT verify (15): * (304) (IN), TLS handshake, Finished (20): * (304) (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256 / [blank] / UNDEF * ALPN: server accepted h2 * Server certificate: * subject: CN=docs.akkoma.dev * start date: Dec 22 03:48:23 2024 GMT * expire date: Mar 22 03:48:22 2025 GMT * subjectAltName: host "docs.akkoma.dev" matched cert's "docs.akkoma.dev" * issuer: C=US; O=Let's Encrypt; CN=E6 * SSL certificate verify ok. * using HTTP/2 * [HTTP/2] [1] OPENED stream for https://docs.akkoma.dev/stable/installation/docker_en/ * [HTTP/2] [1] [:method: GET] * [HTTP/2] [1] [:scheme: https] * [HTTP/2] [1] [:authority: docs.akkoma.dev] * [HTTP/2] [1] [:path: /stable/installation/docker_en/] * [HTTP/2] [1] [user-agent: curl/8.7.1] * [HTTP/2] [1] [accept: */*] > GET /stable/installation/docker_en/ HTTP/2 > Host: docs.akkoma.dev > User-Agent: curl/8.7.1 > Accept: */* > * Request completely sent off < HTTP/2 502 < alt-svc: h3=":443"; ma=2592000 < server: Caddy < content-length: 0 < date: Sun, 09 Feb 2025 00:30:56 GMT < * Connection #0 to host docs.akkoma.dev left intact ``` ### Severity I cannot use it as easily as I'd like ### Have you searched for this issue? - [x] I have double-checked and have not found this issue mentioned anywhere.
db added the
bug
label 2025-02-09 00:33:32 +00:00

scaleway outage. nothing we can do

scaleway outage. nothing we can do
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#870
No description provided.