tldr-python-client icon indicating copy to clipboard operation
tldr-python-client copied to clipboard

Error: certificate has expired

Open jtele2 opened this issue 1 year ago • 0 comments

Issue

I'm getting a Error: certificate has expired when trying to use tldr.

Environment

I'm running Ubuntu 22.04 on Ubuntu multicloud on my 2014 mbp. tldr version is 3.3.2. I installed tldr with pipx.

PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

Error Logs

tldr tar
⠇ Page not found. Updating cache...{ Error: certificate has expired
    at TLSSocket.<anonymous> (_tls_wrap.js:1105:38)
    at emitNone (events.js:106:13)
    at TLSSocket.emit (events.js:208:7)
    at TLSSocket._finishInit (_tls_wrap.js:639:8)
    at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:469:38) code: 'CERT_HAS_EXPIRED' }

jtele2 avatar Mar 19 '24 08:03 jtele2