Skip to content

MySQL Connections not secure inside PHPMyAdmin Docker #135

@chharish

Description

@chharish

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions