X Tutup
The Wayback Machine - https://web.archive.org/web/20200915171512/https://github.com/phpmyadmin/docker/issues/211
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Connection over SSL #211

Open
chharish opened this issue Feb 28, 2019 · 1 comment
Open

SQL Connection over SSL #211

chharish opened this issue Feb 28, 2019 · 1 comment

Comments

@chharish
Copy link

@chharish chharish commented Feb 28, 2019

I have successfully deployed a phpMyAdmin interface with SSL using dockers (nginx, nginx-gen, letsencrypt) 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 running PhpMyAdmin.

Is there a way we can use SSL to encrypt a SQL connection from PhpMyAdmin docker Application to an external DB server running MySQL?

@williamdes
Copy link
Member

@williamdes williamdes commented Feb 28, 2019

@chharish I think this is not implemented on the docker image

cc @ibennetch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup