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 a3e40b7c..11c3b339 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -187,4 +187,6 @@ linkcheck_ignore = [
r"https://www.secg.org/sec1-v2.pdf",
# 403ing from Travis
r"https://devblogs.microsoft.com/oldnewthing/\?p=4223",
+ # Expired certificate
+ r"https://www.cosic.esat.kuleuven.be/.*",
]