Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Linkcheck broken due to [SSL: CERTIFICATE_VERIFY_FAILED] in astroutils.astronomy.ohio-state.edu #15868

Open
pllim opened this issue Jan 11, 2024 · 1 comment

Comments

@pllim
Copy link
Member

pllim commented Jan 11, 2024

(coordinates/velocities: line 571) broken https://astroutils.astronomy.ohio-state.edu/exofast/barycorr.html - HTTPSConnectionPool(host='astroutils.astronomy.ohio-state.edu', port=443): Max retries exceeded with url: /exofast/barycorr.html (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))

Example log: https://github.com/astropy/astropy/actions/runs/7481373307/job/20362848073

astropy/tox.ini

Lines 139 to 145 in c714978

[testenv:linkcheck]
changedir = docs
description = check the links in the HTML docs
extras = docs
commands =
pip freeze
sphinx-build -b linkcheck . _build/html {posargs:-W}

@pllim
Copy link
Member Author

pllim commented Jan 11, 2024

@rendinam , do you know someone who can fix this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant