I received an email from AWS, which looks as follows:
https://i.stack.imgur.com/BP9Zp.png
This part is the most noteworthy:
If your applications connect to those instances using the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocol please follow the detailed instructions in the link below to complete your update(s). If not completed, your applications will fail to connect to your DB instances using SSL/TLS after March 5, 2020.
I'm a little confused on what I need to do, and wanted to see if anyone else got this email, and/or what the recommended steps are.
I connect to our database in two ways:
- Via Sequel Pro
, I ssh into our EC2 instance, and from there, connect to our RDS instance
- Via our app, I use PHP
to connect to a MySQ
database using the new mysqli
syntax.
I don't believe either of those cases count towards what I quoted above. But I also don't fully understand it.
Would appreciate any feedback from anyone who's in the same situation.
Thanks!