From 2a5eddcc7a62f770310ab71dbdf8a0419e9678df Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 27 Apr 2019 15:03:49 -0400 Subject: Un-linkcheck-ignore a domain that's now properly serving a chain (#4859) --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 4f1a5092..e57e133e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -181,8 +181,6 @@ linkcheck_retries = 10 linkcheck_ignore = [ # Small DH key results in a TLS failure on modern OpenSSL r"https://info.isl.ntt.co.jp/crypt/eng/camellia/", - # Serving an incomplete chain - r"https://www.cosic.esat.kuleuven.be", # 403ing from Travis r"https://devblogs.microsoft.com/oldnewthing/\?p=4223", ] -- cgit v1.2.3