Post #4026639
2026-07-23 04:16 UTC
I created my cert.pem/key.pem with:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 -nodes
which is apparently not the right way to do it for python to be happy
Replies (2)
-
@azonenberg@ioc.exchange 2026-07-23 04:18
@foone@digipres.club CN / SAN mismatch or something? browsers lately have started requiring you have a SAN for the FQDN of the endpoint and having a matching CN is not sufficient
-
@foone@digipres.club 2026-07-23 04:23
okay abusing this example gave me a cert that works: https://letsencrypt.org/docs/certificates-for-localhost/