Elektrine lite

← Feed

@foone@digipres.club

Post #4026643

2026-07-23 03:41 UTC

curl: (60) SSL: certificate subject name 'Alice Averlong' does not match target host name '10.12.11.17' WHY AM I NOT A HOSTNAME

Replies (1)

  • @foone@digipres.club 2026-07-23 04:06

    curl --cacert cert.pem https://zapgirl/ works just fine! but when I do: python -c "import requests;requests.get('https://zapgirl/',cert='cert.pem')" SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'zapgirl'. (_ssl.c:1077)"))

    Open ##4026642