Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to skip SSL verification #53

Closed
petr0ff opened this issue Dec 1, 2023 · 1 comment · Fixed by #54
Closed

Add possibility to skip SSL verification #53

petr0ff opened this issue Dec 1, 2023 · 1 comment · Fixed by #54

Comments

@petr0ff
Copy link

petr0ff commented Dec 1, 2023

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
Copy link
Collaborator

2Fake commented Dec 1, 2023

Added with release 2.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants