We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened:
$ ./tsh db connect --db-user alice --db-name test steve-rds ERROR 1105 (HY000): x509: certificate signed by unknown authority
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html ca bundles have been updated by AWS. need to download the new ones. (the new bundles include the old cert + the new cert)
What you expected to happen: connect should suceed
As minimally and precisely as possible, describe step-by-step how to reproduce the problem.
tsh db connect
teleport version
/etc/os-release
tsh version
The text was updated successfully, but these errors were encountered:
before the fix is released, there are a few workarounds
workaround #1
/var/lib/teleport/rds-ca-2019-root.pem
workaround #2 (for newer version teleport that supports tls section for "static" databases)
tls
databases: - name: "prod" protocol: "postgres" uri: "xxx.rds.amazonaws.com:5432" tls: ca_cert_file: /path/to/new_ca_bundle
Sorry, something went wrong.
greedy52
Successfully merging a pull request may close this issue.
Description
What happened:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
ca bundles have been updated by AWS. need to download the new ones. (the new bundles include the old cert + the new cert)
What you expected to happen:
connect should suceed
Reproduction Steps
As minimally and precisely as possible, describe step-by-step how to reproduce the problem.
tsh db connect
Server Details
teleport version
): 8/etc/os-release
):Client Details
tsh version
): 8Debug Logs
The text was updated successfully, but these errors were encountered: