Solve the dreadful certificate issues in Python requests module
A deep dive into SSL certificates and how to resolve common certificate issues when using the Python requests module for secure API calls.
Recently I have been working with the Python requests module to secure an API call using the server’s certificate.
I was really stuck at a point and learning what I did to fix that issue was great and led me to create a post on deep dive with SSL certificates.