Python Requests – How to use system ca-certificates (debian/ubuntu)?
I’ve installed a self-signed root ca cert into debian’s /usr/share/ca-certificates/local
and installed them with sudo dpkg-reconfigure ca-certificates
. At this point true | gnutls-cli mysite.local
is happy, and true | openssl s_client -connect mysite.local:443
is happy, but python2 and python3 requests module insists it is not happy with the cert.