You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: