From 9fba77113aac0b444df9418442d314b8230e4140 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 1 Apr 2019 00:57:52 -0400 Subject: Ignore the Russian CA for now (#4827) --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 4349b058..32d5d262 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -181,4 +181,6 @@ linkcheck_retries = 10 linkcheck_ignore = [ # Small DH key results in a TLS failure on modern OpenSSL "https://info.isl.ntt.co.jp/crypt/eng/camellia/", + # Serving an incomplete chain + "https://e-trust.gosuslugi.ru/MainCA", ] -- cgit v1.2.3