Skip to content

Commit 55ed7f7

Browse files
authored
aws/rds: Switch AWS RDS CA bundle to the officially documented URL (#3307)
1 parent d6f90a4 commit 55ed7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/rds/rds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type CertPoolProvider interface {
4141
}
4242

4343
// 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"
44+
const caBundleURL = "https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem"
4545

4646
// CertFetcher pulls the RDS CA certificates from Amazon's servers. The zero
4747
// value will fetch certificates using the default HTTP client.

0 commit comments

Comments
 (0)