-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL certificate verify loading server certificate #404
Comments
I think that we could expose a If you are implementing this, please send a PR with unit tests. |
Thanks Alejandro. I will send the PR ASAP. |
Hi @JeffRodriguez 😄 I would be interested by the same feature, I can propose a PR if you haven't had the time to work on it |
Is there any work needed to get this in ? I can work on it, we also need this fix. There are some comments in this PR - #435 can we reuse it or should i cut a new one ? |
SparkMagic could load server certificate, ca_certs, and use it to verify SSL Server certificate. Instead of relying on a DEFAULT_CA_BUNDLE_PATH. This will require to load the server certificate and validate with requests.
The user case would be in the cases where we can to connect to an SSL intermediary to access livy, and we can't setup a DEFAULT_CA_BUNDLE in a convenient way on the client.
This would be an override configuration.
e.g.
verify_ssl_server_certificate, set to False as default.
If set to True then we would load server certificate to client and set verify to point to the certificate.
The text was updated successfully, but these errors were encountered: