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

SSL issues #295

Closed
jman13378 opened this issue Aug 11, 2023 · 6 comments · Fixed by #296
Closed

SSL issues #295

jman13378 opened this issue Aug 11, 2023 · 6 comments · Fixed by #296

Comments

@jman13378
Copy link

Expected Behavior:

connect and updated

Actual Behavior:

it errored

Steps to reproduce:

Not sure i just installed pros

System information:

Platform: V5
Name Version Origin


kernel 3.8.0 pros-mainline
okapilib 4.8.0 pros-mainline

Additional Information

Screenshots/Output Dumps/Stack Traces

PS C:\Users\1300286\over-under> pros conduct upgrade
Upgrading kernel
Updating pros-mainline... ERROR - __main__:main - HTTPSConnectionPool(host='purduesigbots.github.io', port=443): Max retries exceeded with url: /pros-mainline/pros-mainline.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))) - pros-cli version:3.4.3
  File "requests\sessions.py", line 703, in send
  File "requests\adapters.py", line 517, in send
requests.exceptions.SSLError: HTTPSConnectionPool(host='purduesigbots.github.io', port=443): Max retries exceeded with url: /pros-mainline/pros-mainline.json (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))
We detected something went wrong! Do you want to send a report? [y/N]: y
Sending bug report.
Want to get updates? Visit https://pros.cs.purdue.edu/report.html?event=980c477312d94b0388cd27e7ac0195ae
WARNING - urllib3.connectionpool:urlopen - Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))': /api/1226033/store/ - pros-cli version:3.4.3
Sentry is attempting to send 2 pending events
Waiting up to 2 seconds
Press Ctrl-Break to quit
WARNING - urllib3.connectionpool:urlopen - Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))': /api/1226033/store/ - pros-cli version:3.4.3
WARNING - urllib3.connectionpool:urlopen - Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))': /api/1226033/store/ - pros-cli version:3.4.3
WARNING - urllib3.connectionpool:urlopen - Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))': /api/1226033/envelope/ - pros-cli version:3.4.3
WARNING - urllib3.connectionpool:urlopen - Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))': /api/1226033/envelope/ - pros-cli version:3.4.3
WARNING - urllib3.connectionpool:urlopen - Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)'))': /api/1226033/envelope/ - pros-cli version:3.4.3
@noam987 noam987 transferred this issue from purduesigbots/pros Aug 30, 2023
@ayushuk
Copy link
Member

ayushuk commented Sep 8, 2023

What template and what version are you trying to upgrade? According to the conductor documentation you need to specify the template and version using the format [template-name]@[version]. Also your kernel version is already the latest release (3.8.0). https://pros.cs.purdue.edu/v5/cli/conductor.html

@jman13378
Copy link
Author

I was trying to upgrade the kernel but since the school doesn't have access to ssl i cant use pros nor git is there a was to get around the ssl issue like git has was to fix it

@ayushuk
Copy link
Member

ayushuk commented Sep 21, 2023

At the moment we are looking to change our hosting away from github, I'll try to see if there is a way we can get around this temporarily.

@ayushuk
Copy link
Member

ayushuk commented Sep 21, 2023

You seem to be on the latest kernel version so you wont need to upgrade but we will try to have a fix before the next kernel version update.

@ayushuk
Copy link
Member

ayushuk commented Oct 5, 2023

This will be resolved in #296

@ayushuk ayushuk closed this as completed Oct 5, 2023
@ayushuk
Copy link
Member

ayushuk commented Oct 5, 2023

Didn't mean to close

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

Successfully merging a pull request may close this issue.

2 participants