make linkcheck fails for many URLs with cert errors. Example:
(hacker-guide/topics/opendylan.org: line 26) broken https://yhoti.org - HTTPSConnectionPool(host='yhoti.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1029)')))
(hacker-guide/topics/opendylan.org: line 11) broken http://opendylan.org/ - HTTPSConnectionPool(host='opendylan.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1029)')))
Maybe we can fix this with some Sphinx config...
https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-linkcheck_auth
make linkcheckfails for many URLs with cert errors. Example:(hacker-guide/topics/opendylan.org: line 26) broken https://yhoti.org - HTTPSConnectionPool(host='yhoti.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1029)')))(hacker-guide/topics/opendylan.org: line 11) broken http://opendylan.org/ - HTTPSConnectionPool(host='opendylan.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1029)')))Maybe we can fix this with some Sphinx config...
https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-linkcheck_auth