diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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/", ] |