-
Notifications
You must be signed in to change notification settings - Fork 5k
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
MariaDB SSL does not work #76032
Comments
This seems to also be an issue with the MySQL image.
And SSL isn't set via
It is evident the env is set:
But even in phpMyAdmin it doesn't show SSL being enabled. |
I am working on phpmyadmin/docker#448 (reason why I did discover the bug here) |
I don't think it's a phpMyAdmin issue, the server itself reports SSL isn't enabled via the help command. I was just saying phpMyAdmin also backs up this fact. |
Hello, I can reproduce the bug with the Docker image to during testing mTLS with it. just for information |
Name and Version
bitnami/mariadb:11.4
What architecture are you using?
amd64
What steps will reproduce the bug?
I login with the CLI to the user, it should throw me out since I do not use SSL.
What is the expected behavior?
Make it work and require ssl for clients.
What do you see instead?
It seems to have been added to 1b9e728
Bu no code to manage the new envs
Additional information
No response
The text was updated successfully, but these errors were encountered: