-
Notifications
You must be signed in to change notification settings - Fork 238
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
TypeError: 'SSLCertVerificationError' object is not iterable #162
Comments
Did you ever find a fix for this? I'm seeing the same problem now. |
Hey,
|
Confirmed @zamirTo1 's fix works! |
Pull requests welcome. |
Looked into this and found the following:
Ideally a warning would be displayed if this procedure is necessary. |
xloem
pushed a commit
to xloem/python-github-backup
that referenced
this issue
Sep 22, 2024
Some users are relying solely on the certifi package to provide their CA certs, as requests does this by default. This patch detects this situation and emits a clear warning as well as importing certifi to work around the situation.. Fixes josegonzalez#162 .
Found this discussion: psf/requests#2966 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I'm running this command and getting:
github-backup $ORGANIZATION -P -t $ACCESS_TOKEN -o . --all -O -R $REPO
The text was updated successfully, but these errors were encountered: