aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
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",
]