This will allow the session level setting to control.
There's a few places where verify is set to True, and this prevents session level settings attribute to control verification behavior.
This is unlikely to cause any breaking behavior because if verify is set to None on the request method, and verify is not set to False on the session, then the behavior is to verify SSL.
This will allow the session level setting to control.
There's a few places where
verify
is set to True, and this prevents session levelsettings
attribute to control verification behavior.This is unlikely to cause any breaking behavior because if verify is set to None on the request method, and verify is not set to False on the session, then the behavior is to verify SSL.