From 97570e64456a98d6b34258fac4857126c24c5235 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 9 Sep 2019 20:17:44 +0800 Subject: we're done here (#4991) --- 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 75fa9fe1..a3e40b7c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -183,6 +183,8 @@ linkcheck_timeout = 5 linkcheck_ignore = [ # Small DH key results in a TLS failure on modern OpenSSL r"https://info.isl.ntt.co.jp/crypt/eng/camellia/", + # Inconsistent small DH params they seem incapable of fixing + r"https://www.secg.org/sec1-v2.pdf", # 403ing from Travis r"https://devblogs.microsoft.com/oldnewthing/\?p=4223", ] -- cgit v1.2.3