Mentions légales du service

Skip to content

Tls verify

LETORT Sebastien requested to merge tls_verify into master

I added the verify_tls param to run method.
The param is used as value for the verify param of requests.post
cf http://docs.python-requests.org/en/latest/api/#requests.Session.request for more details.
Default is set to True.

Merge request reports