Python requests authlib - SSLCertVerificationError CERTIFICATE_VERIFY_FAILED
问题 How to make Autlib/ requests work with self signed certificates on Windows? There is documentation for how to use an environment variable to point to a CA bundle, but in my case I have struggled to make that work as I can not find an option to specify keystorepass or keyalias. Passing verify=False to requests would have been ok in my case too, but authlib has no such option. Suggestions for alternative solutions welcome. 回答1: The answer turned out to be hiding in plain sight. The self signed