Is it OK to make verify=False in python requests (GET, POST etc.), if I am only connecting to company intranet/internal websites through it?
Since these all have internal CA signed certificates, they are not present in the cacert.pem certificate bundle provided in python certifi module.
Note: I am using Python 3.x