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
I disabled certificate checking for now in my local version of shared_functions by adding --verify=no to all the http commands so I can successfully teach my class tomorrow, but this should be investigated and fixed the proper way later.
Error message for option 2 in teach-class (URL for my test instance redacted and replaced with *************):
http: error: SSLError: HTTPSConnectionPool(host='*************', port=443): Max retries exceeded with url: /api/v3/repos/AmyTest/TestScripts/collaborators?affiliation=direct&per_page=100 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))) while doing a GET request to URL: https://*************/api/v3/repos/AmyTest/TestScripts/collaborators?affiliation=direct&per_page=100
http: error: SSLError: HTTPSConnectionPool(host='*************', port=443): Max retries exceeded with url: /api/v3/repos/AmyTest/TestScripts/invitations (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))) while doing a GET request to URL: https://*************/api/v3/repos/AmyTest/TestScripts/invitations
The text was updated successfully, but these errors were encountered:
I disabled certificate checking for now in my local version of shared_functions by adding
--verify=no
to all thehttp
commands so I can successfully teach my class tomorrow, but this should be investigated and fixed the proper way later.Error message for option 2 in teach-class (URL for my test instance redacted and replaced with *************):
The text was updated successfully, but these errors were encountered: