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

Issues with URL validation in PR #7337 #7939

Open
hoonose opened this issue Nov 10, 2024 · 0 comments
Open

Issues with URL validation in PR #7337 #7939

hoonose opened this issue Nov 10, 2024 · 0 comments

Comments

@hoonose
Copy link
Contributor

hoonose commented Nov 10, 2024

PR #7337 previously failed URL validation for the following two URLs:
https://pages.stern.nyu.edu/~atuzhili/
https://pages.stern.nyu.edu/~xchen3/index.html

It seems the issue is due to the following error:
ERROR: An exception occurred with requests: HTTPSConnectionPool(host='pages.stern.nyu.edu', port=443): Max retries exceeded with url: /~atuzhili/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)'))). Failing over to Selenium...

Note that these URLs indeed work. I have changed their URLs to alternatives that identify them, but that actually work. Nonetheless, flagging this in case it affects other PRs.

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

No branches or pull requests

1 participant