Hi, seems like the ssl_verify parameter is just True or False. With False, there doesn't seem to be a way to suppress the "warnings".
Normally you can provide True, or a cert to be used as the chain of the certification.
The other option is add a requests.session as a parameter so that the user can provide their own session with the certificate already in the chain.