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

[Feature] support disabling SSL verification #247

Open
TreeN0de opened this issue Sep 23, 2024 · 3 comments
Open

[Feature] support disabling SSL verification #247

TreeN0de opened this issue Sep 23, 2024 · 3 comments

Comments

@TreeN0de
Copy link
Contributor

Hey,

I need to disable the SSL verification. Therefore I want to use the option of the lib requests.Session. Just passing the option to verify SSL to the request Session.

@lociii
Copy link

lociii commented Oct 18, 2024

Wouldn't it make more sense to make the whole session injectable?
This would also solve the issue that there is no way to properly set timeouts for the requests to Zammad.

See #249

@joeirimpan
Copy link
Owner

#206 (comment)
Isn't it easier to change the session attribute directly?

@lociii
Copy link

lociii commented Oct 19, 2024

That would require to copy the initialization of the session (like setting headers, etc.) from the init.

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

No branches or pull requests

3 participants