From christian.rohmann@inovex.de Thu Jul 8 08:32:02 2021 From: Christian Rohmann To: ceph-users@ceph.io Subject: [ceph-users] Re: pgcalc tool removed (or moved?) from ceph.com ? Date: Thu, 08 Jul 2021 10:32:24 +0200 Message-ID: In-Reply-To: e7bd8076-e5d0-83a9-ed94-354502e5b25b@proxmox.com MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4855025400815281278==" --===============4855025400815281278== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit 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 > < > > 500 Internal Server Error Regards Christian --===============4855025400815281278==--