I'm pretty happy with the solution I found for my SSL problems against letsencrypt the other day, so I wrote a quick post about it: https://ttimo.typepad.com/blog/2025/01/certificate-verification-of-sites-backed-by-letsencrypt-certificates-in-python.html #python #letsencrypt
=> More informations about this toot | More toots from TTimo@mastodon.social
@TTimo Command line tool will have the exact same problem, curl -v https://core-drones.corecomplex.cc/testSSL
shows "curl: (60) SSL certificate problem: unable to get local issuer certificate". All because your server returns only its own certificate (subject=CN=core-drones.corecomplex.cc
) and not any part of the chain. If you reconfigure it to also send the chain (aka R10), then all (modern) clients will be fine, including Python. See https://letsencrypt.org/certificates/
=> More informations about this toot | More toots from pmevzek@framapiaf.org
text/gemini
This content has been proxied by September (ba2dc).