Skip to content
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

Enable use of Amazon RDS CA certificate in driver #177

Open
birschick-bq opened this issue Jan 31, 2023 · 0 comments
Open

Enable use of Amazon RDS CA certificate in driver #177

birschick-bq opened this issue Jan 31, 2023 · 0 comments

Comments

@birschick-bq
Copy link
Contributor

Currently, the standard Amazon RDS CA root certificate is not being bunded with the ODBC driver.

Download an SSL certificate for your managed database in Amazon Lightsail | Lightsail Documentation

https://s3.amazonaws.com/rds-downloads/rds-ca-2019-root.pem

An attempt was made to enable this in the driver, without success.

tls_options.ca_file("path-to-file")

However, this did not seem to work as expected.

So currently, we are allowing invalid server certificates

tls_options.allow_invalid_certificates(true)

This task is to resolve the issue of using a CA file, distribute the CA certificate and re-enable server certificate checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant