-
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
Occuring 'SSL Connection Error: ASN' if using rds-ca-2019 #4290
Comments
If the new certificates are optional, maybe we need to add support for both? Or is the 2019 one "backward compatible"? |
@arikfr Thank you for your response. |
AWS support answers to me that need both of 2015 and 2019.
So, we should update 'rds-combined-ca-bundle.pem' from May I create the Pull-Request that updating latest |
Refs: AWS announce "Rotating Your SSL/TLS Certificate"
|
Can use rds-ca-2019 and etc `$ curl https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem \ > redash/query_runner/files/rds-combined-ca-bundle.pem`
Can use rds-ca-2019 and etc `$ curl https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem \ > redash/query_runner/files/rds-combined-ca-bundle.pem`
Can use rds-ca-2019 and etc `$ curl https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem \ > redash/query_runner/files/rds-combined-ca-bundle.pem`
* Upgrade Snowflake connector Backport to v8 branch of #4567 & #4407. * Upgrade cassandra-driver to speed up Docker build. Backport of #4636. * Update rds-combined-ca-bundle.pem(#4290) (#4304) Can use rds-ca-2019 and etc `$ curl https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem \ > redash/query_runner/files/rds-combined-ca-bundle.pem` * Update version. * Update CHANGELOG. Co-authored-by: Kenji Ichihashi <ichihashi@giftee.co>
Issue Summary
I got the error below when upgrade rds-certificate and execute query on Redash.
Error running query: SSL connection error: ASN: bad other signature confirmation
I guess that occur because using RDS with rds-ca-2019.
I fixed that add key(*1) to 'redash/redash/query_runner/files/rds-combined-ca-bundle.pem' manually.
(*1) https://s3.amazonaws.com/rds-downloads/rds-ca-2019-root.pem
If this is right solution, may I create the pull-request?
refs:
AWS: Using SSL/TLS to Encrypt a Connection to a DB Instance
AWS: solution about SSL error
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: