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
Describe the bug
See #169 (comment). This only seems to occur behind a company proxy, and is not replicated in the GitHub Actions CI.
To Reproduce
Behind an internet proxy, run python docs/build_docs.py from the WecOptTool repo on the main branch
Expected behavior
No SSLError is encountered, even when behind a proxy.
Observed behavior
The following error occurs during the linkcheck step:
broken link: https://github.com/HIPS/autograd (HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /HIPS/autograd (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)'))))
System:
OS: Observed on Windows and Mac
Python version: v3.10.10
WecOptTool version: v2.4.0
The text was updated successfully, but these errors were encountered:
I believe the SSLError would still occur, but it would just be a warning now. This could just be checked in the CI though, so this is super low priority and probably not worth the effort. I'll go ahead and close it.
Describe the bug
See #169 (comment). This only seems to occur behind a company proxy, and is not replicated in the GitHub Actions CI.
To Reproduce
python docs/build_docs.py
from the WecOptTool repo on themain
branchExpected behavior
No SSLError is encountered, even when behind a proxy.
Observed behavior
The following error occurs during the
linkcheck
step:System:
The text was updated successfully, but these errors were encountered: