MySQL Databases
We use MySQL RDS databases. Our web applications use a connection string with the "CertificateFile=" option, which is currently set to the 2015 certificate file, and also "SSL Mode=Required;" option.
We changed the Test database using the instructions in the AWS console to use the 2019 certificate. We committed the change straight away (as this is just the Test database). We were expecting the connections from the Web Applications to fail at this point, but they still work with the older 2015 certificate file.
Additional Info
- It looks like both 2015 and 2019 certificates work with a server on 2019 certificate, also,
- It looks like both 2015 and 2019 certificates work with a server on 2015 certificate.
So my guess is that until March 2020 (when the 2015 certificate expires), the connections are backwards compatible, ie 2015 certificate works until it expires, irrelevant of the server certificate.
Is this a correct assumption?