From c86d6e98cb511fa71537bc9195ccf99bbc3a5b37 Mon Sep 17 00:00:00 2001 From: Cristian Klein Date: Wed, 11 Dec 2024 11:39:14 +0100 Subject: [PATCH] Ignore SSLErrors This avoids being someone else's uptime monitor and makes linkchecker failures actionable from our side. This is a minor change since: - It does not affect the content or presentation of the website. - It can be seen as a fine-tuning of the QA implementation, but without changing the QA process per-se. --- linkchecker.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/linkchecker.conf b/linkchecker.conf index b5e35f24434..f4208e5215e 100644 --- a/linkchecker.conf +++ b/linkchecker.conf @@ -27,6 +27,7 @@ ignoreerrors= # Avoid being someone else's uptime monitor :) ^https:// ^ReadTimeout ^https:// ^ConnectionError + ^https:// ^SSLError [AnchorCheck]