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

Server connection: SSL is not being used #19148

Open
saranya-sreedharan opened this issue May 6, 2024 · 0 comments
Open

Server connection: SSL is not being used #19148

saranya-sreedharan opened this issue May 6, 2024 · 0 comments

Comments

@saranya-sreedharan
Copy link

I added ssl certicates and key in "config.inc.php" file. But after restarting the phpmyadmin still showing this error only

"Server connection: SSL is not being used ".

How to resolve this issue?

This is the configuration I added

$cfg['Servers'][$i]['ssl'] = true;
$cfg['Servers'][$i]['ssl_key'] = '/etc/phpmyadmin/ssl/server-key.pem';
$cfg['Servers'][$i]['ssl_cert'] = '/etc/phpmyadmin/ssl/server-cert.pem ';

mariadb container and phpmyadmin container (both docker container) running in same ec2 instance. I am new to this. I don't know how to resolve this issue.

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

No branches or pull requests

1 participant