It would be useful if we could use SSL for connections from the various programs to the MSQL DB. Using a CA in particular would be great for AWS RDS connections.
SSL connections can be handled by using mysql_ssl_set. https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-set.html
I imagine this may have to be implemented in multiple areas to support the various C/Python/PHP that connect to the MySQL DB
It would be useful if we could use SSL for connections from the various programs to the MSQL DB. Using a CA in particular would be great for AWS RDS connections.
SSL connections can be handled by using mysql_ssl_set. https://dev.mysql.com/doc/refman/5.7/en/mysql-ssl-set.html
I imagine this may have to be implemented in multiple areas to support the various C/Python/PHP that connect to the MySQL DB