Tls verify
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.
GitLab upgrade completed. Current version is 17.11.1. We now benefit from the features of the release 17.11.
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.