-
-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Labels
Description
Error description:
I have successfully deployed a phpMyAdmin interface with SSL. but the SQl server connections are not going through a secure connection. I know the native way to setup secure connection from the command line, but not sure how I can give a command like "mysql -h only-ssl-db.ct5b4uz1gops.eu-central-1.rds.amazonaws.com --ssl-ca=/var/mysql-certs/rds-combined-ca-bundle.pem --ssl-mode=REQUIRED -u onlyssldbusr -P 3306 -p" to the docker container.
Is there a way we can use SSL to encrypt a connection from our docker running a web application to an external DB server running MySQL?