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 ran into the same issue, but the function calls appear to pass **kwargs all the way through to the ultimate call to requests, so if you want to just ignore the certificate you could use:
@thehilll yeah, most of the library is made so you can just pass **kwargs to the actual call.
However I'll see if I can make this a bit easier in the future so that won't be necessary. Will strive to add this soon 👍🏻
Describe the solution you'd like
A way to specify the Humio clients to not validate SSL certificates. This is very useful for local development.
The text was updated successfully, but these errors were encountered: