On 08/07/2021 09:39, Dominik Csapak wrote:
It's available at https://ceph.com/pgcalc/ just now (with cert not matching), but there apparently are people working on migrating the whole website ....
* ceph.com redirects to https://old.ceph.com/ with matching Let's Encrypt certificate * but https://ceph.com/pgcalc/ is not rewritten to the old.ceph.com domain and thus the certificate error because the cert is only valid vor old.ceph.com
Regards
Christian
thanks for the answer :)
i still get a 404 on ceph.com/pgcalc (and no redirect to old.ceph.com also no cert mismatch or anything)
but i can see it on https://old.ceph.com/pgcalc (also no cert error?)
thanks
It's even more complicated as it's different for IPv6 and IPv4 ... IPv6:
curl -k -v https://ceph.com * Trying 2607:5300:201:2000::3:5897:443... * Connected to ceph.com (2607:5300:201:2000::3:5897) port 443 (#0)
-> HTTP/1.1 301 Moved Permanently < Server: nginx < Date: Thu, 08 Jul 2021 08:29:16 GMT < Content-Type: text/html; charset=UTF-8 < Transfer-Encoding: chunked < Connection: keep-alive < Last-Modified: Tue, 22 Jun 2021 20:30:33 GMT < Expires: Thu, 08 Jul 2021 09:29:16 GMT < Cache-Control: max-age=3600 < X-Redirect-By: WordPress < Location: https://old.ceph.com/
IPv4:
curl -4 -k -v https://ceph.com * Trying 8.43.84.140:443... * Connected to ceph.com (8.43.84.140) port 443 (#0) < HTTP/1.1 500 Internal Server Error < Server: nginx < Date: Thu, 08 Jul 2021 08:30:25 GMT < Content-Type: text/html < Content-Length: 170 < Connection: close < <html> <head><title>500 Internal Server Error</title></head>
Regards Christian