Is the OSM wiki down?

It seems like the OpenStreetMap wiki is down or broken. It’s really really slow.
When I run curl on the wiki, I’m blocked waiting on a TLS handshake, the client send it hello, but the server takes 15 seconds or so to answer the client initiated handshake.

curl -vvv https://wiki.openstreetmap.org/wiki/Main_Page
*   Trying 184.104.226.103:443...
* Connected to wiki.openstreetmap.org (184.104.226.103) port 443 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none

Any idea?

3 Likes
5 Likes

@TomH on Github posted

PHP-FPM seems to have locked up around 0700 UTC this morning - it was spinning using CPU but not doing anything productive.
I’ve restarted it now which seems to have fixed things.

4 Likes