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
When using the requests API with the certificate parameter, it is also possible to enter e.g. /etc/ssl/certs as a certificate bundle and it will result in verifying against all certificates lying in this path.
Though, I would recommend also including os.path.isdir() in the statement.
When using the requests API with the
certificate
parameter, it is also possible to enter e.g./etc/ssl/certs
as a certificate bundle and it will result in verifying against all certificates lying in this path.Though, I would recommend also including
os.path.isdir()
in the statement.python-zulip-api/zulip/zulip/__init__.py
Line 492 in e6dff1b
The text was updated successfully, but these errors were encountered: