commit | 84f6c1b20609d81a5c2184cedcea7776b9188790 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 29 23:18:41 2018 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Oct 30 11:18:41 2018 +0800 |
tree | 50af74491050b91e0396a56d1974f94b861ae688 | |
parent | 74ce48c5d00e4846740d248a65d35b874f15afe2 [diff] [blame] |
Whitelist NTT for linkcheck (#4547)
diff --git a/docs/conf.py b/docs/conf.py index 66dae73..d6ad949 100644 --- a/docs/conf.py +++ b/docs/conf.py
@@ -184,4 +184,6 @@ "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/", ]