We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f90a4 commit 55ed7f7Copy full SHA for 55ed7f7
aws/rds/rds.go
@@ -41,7 +41,7 @@ type CertPoolProvider interface {
41
}
42
43
// caBundleURL is the URL to the public RDS Certificate Authority keys.
44
-const caBundleURL = "https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem"
+const caBundleURL = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem"
45
46
// CertFetcher pulls the RDS CA certificates from Amazon's servers. The zero
47
// value will fetch certificates using the default HTTP client.
0 commit comments