-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
TypeError: ssl_wrap_socket_with_ocsp() got an unexpected keyword argument 'key_password' #4526
Comments
I've fixed this my incrementing the snowflake connector and the pyopenssl library. I did this as part of extending Redshift functionality (as boto hit the SSL error) and this is in my open PR. #4532 |
Seeing this for Kibana as well |
Also on JSON data source - even after downgrading requests to 2.21.0 (which makes Kibana work again) |
Downgrading requests is not enough, you should also upgrade snowflake-python-connector to 2.1.3 (see #4567). |
Using the preview docker image and deploying with the setup script, I'm hitting the following error when trying to execute a query against a Prometheus Data Source:
Downgrading
requests
to 2.21.0 fixes the issue.The text was updated successfully, but these errors were encountered: