devolo / adaptavist

python package providing functionality for Jira Test Management (tm4j)
MIT License
8 stars 11 forks source link

Add possibility to skip SSL verification #53

Closed petr0ff closed 9 months ago

petr0ff commented 9 months ago

Please, add possibiilty to init Adaptavist client with verify=False for requests methods. For API in our Jira there was changed the way of authentication and server now yells about SSL certificate errors. While request module has verify argument for it's HTTP requests method, we cannot override adaptavist client methods call with adding verify=False. Suggestion is to add ssl_verification field to init method (with default value True).

2Fake commented 9 months ago

Added with release 2.4.0