zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
355 stars 357 forks source link

Cert Bundle might also be a directory #749

Open e7p opened 2 years ago

e7p commented 2 years ago

So I changed the cert bundle verification to also support supplying other paths to the requests API by using exists instead of isfile. Now for me the zulip API works again.

e7p commented 2 years ago

Can be linked to #748