python-zulip-api
python-zulip-api copied to clipboard
Cert Bundle might also be a directory
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.
https://github.com/zulip/python-zulip-api/blob/e6dff1b5b6a9c6851d6c6699c2c52f345a4f486e/zulip/zulip/init.py#L492
Can be linked to #749