Open e7p opened 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.
exists
isfile
Can be linked to #748
So I changed the cert bundle verification to also support supplying other paths to the requests API by using
exists
instead ofisfile
. Now for me the zulip API works again.