Set up
You can set it up in two ways.- by setting
verify_ssl
parameter toTrue
orFalse
- by setting
verify_ssl
parameter to path to certificate*.pem
file
By setting the verify parameter to
False
, you instruct Python
requests to skip SSL certificate verification. While this can quickly
resolve SSL errors, it’s important to note that it compromises the
security of your application by allowing potential man-in-the-middle
attacks and therefore Bigdata.com does not recommend it in production
environments.