In some context (Linux + proxy in my case), the verify=False doesn't work with an error explaining there is self-signed certificate in the chain.
After analyse I didn't found exactly why it doesn't work, but reapply the verify value in self.requests.XXX cals (get, put, delete, post) fixes the problem.