According to [this](http://docs.python-requests.org/en/master/api/#requests.Session.verify) insecure connection can be set on Session rather than in every request. IMHO is better to set only once since you cannot change while the process is running.
According to this insecure connection can be set on Session rather than in every request.
IMHO is better to set only once since you cannot change while the process is running.