From 84f6c1b20609d81a5c2184cedcea7776b9188790 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 29 Oct 2018 23:18:41 -0400 Subject: Whitelist NTT for linkcheck (#4547) --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 66dae738..d6ad9490 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -184,4 +184,6 @@ linkcheck_ignore = [ "https://ci.cryptography.io/" "job/cryptography-support-jobs/job/openssl-release-1.1/" ), + # Small DH key results in a TLS failure on modern OpenSSL + "https://info.isl.ntt.co.jp/crypt/eng/camellia/", ] -- cgit v1.2.3