You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: