In requests, one can set verify to the path of a CA certificate used to verify the the connection. This is really useful for CE instances when orgs run their own CA (ie, "self-signed"). This feature would allow me to not have to use ssl_verify=False.