asciinema / asciinema

Terminal session recorder 📹

Home Page:https://asciinema.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upload failed: <urlopen error [SSL: TLSV1_ALERT_INTERNAL_ERROR]

navyad opened this issue · comments

rec and play commands are working fine.
But upload fails with following error.

asciinema: upload failed: <urlopen error [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:992)>
asciinema: retry later by running: asciinema upload demo.cast

Is there issue with ssl library ?

❯ python3 -c "import ssl; print(ssl.OPENSSL_VERSION)"
OpenSSL 1.1.1q  5 Jul 2022
  • installed using pip3 using Python 3.11.1
  • MacOS Catalina 10.15.4

It's a problem with your Python or OpenSSL installation. There isn't any explicit code in asciinema that deals with TLS.

This issue should be closed, IMHO