aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-04-01 00:57:52 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-04-01 17:57:52 +1300
commit9fba77113aac0b444df9418442d314b8230e4140 (patch)
treeaa4f4035a06fa0763b1e3a814ae08278dc908ce6 /docs
parent5fbc54ec0521730b646df8066bcff1ac9b4be5bf (diff)
downloadcryptography-9fba77113aac0b444df9418442d314b8230e4140.tar.gz
cryptography-9fba77113aac0b444df9418442d314b8230e4140.tar.bz2
cryptography-9fba77113aac0b444df9418442d314b8230e4140.zip
Ignore the Russian CA for now (#4827)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
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",
]