[GH-ISSUE #396] Certificate validation error when uploading using python3 on macOS 10.15 #245

Closed
opened 2026-02-25 20:33:09 +03:00 by kerem · 2 comments
Owner

Originally created by @bahamat on GitHub (Mar 2, 2020).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/396

Note: This is done with the system python.

Installed with this command:

sudo -H pip3 install asciinema

Then made a recording and tried to upload

asciinema: recording finished
asciinema: press <enter> to upload to asciinema.org, <ctrl-c> to save locally
asciinema: upload failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)>
asciinema: retry later by running: asciinema upload /var/folders/rn/rd89mntn58l5tldhb6kgwpzm0000gn/T/tmpft2e6hsg-ascii.cast

At the very least, the documentation could be improved to avoid this situation.

Originally created by @bahamat on GitHub (Mar 2, 2020). Original GitHub issue: https://github.com/asciinema/asciinema/issues/396 Note: This is done with the system python. Installed with this command: sudo -H pip3 install asciinema Then made a recording and tried to upload ``` asciinema: recording finished asciinema: press <enter> to upload to asciinema.org, <ctrl-c> to save locally asciinema: upload failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)> asciinema: retry later by running: asciinema upload /var/folders/rn/rd89mntn58l5tldhb6kgwpzm0000gn/T/tmpft2e6hsg-ascii.cast ``` At the very least, the documentation could be improved to avoid this situation.
kerem closed this issue 2026-02-25 20:33:09 +03:00
Author
Owner

@bahamat commented on GitHub (Mar 2, 2020):

It's also worth noting that I have my own version of python installed in a different path that's not the system python and I didn't have an issue there.

<!-- gh-comment-id:593612468 --> @bahamat commented on GitHub (Mar 2, 2020): It's also worth noting that I have my own version of python installed in a different path that's not the system python and I didn't have an issue there.
Author
Owner

@ku1ik commented on GitHub (Dec 29, 2020):

This looks related to the certificate problem discussed in #235

<!-- gh-comment-id:752056861 --> @ku1ik commented on GitHub (Dec 29, 2020): This looks related to the certificate problem discussed in #235
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#245
No description provided.