Post #4026641
2026-07-23 04:07 UTC
same cert! same hostname! same server!
requests says it can't talk to the server because the hostname is invalid, but curl can talk to it just fine
Replies (1)
-
@foone@digipres.club 2026-07-23 04:15
ugh I think python is requiring it to be a self-signed certificate in a way that requires more steps than curl is requiring like I need to generate a private key and then use that to sign a copy of my certificate. My brain hurts too much to do this