Login
From:
purplecarrot.co.uk
(Uncensored)
subscribe
Verifying TLS certificates in Python | Purplecarrot
https://purplecarrot.co.uk/post/archive/2015-12-03-verifying-tls-certificates-in-python/
links
backlinks
Roast topics
Find topics
Find it!
All too often people I see Python code using the requests module to query an API that just bypass TLS verification (i.e it sets verify=False in the requests …