-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unable to connect to MySQL using SSL #4013
Comments
Not sure if it helps but I'm using this in my prod dbal config:
|
A working solution is documented in #4209. |
I couldn't understand how to configure SSL properly using pdo_mysql and doctrine from what you posted.
and I cannot seem to find any proper documentation on this topic, only a set of Stackoverflow entries which did not help either. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Support Question
Hi,
I'm trying to connect to a MySQL instance using SSL with the config bellow with no luck.
And I keep receiving this message:
Somehow, searching everywhere there's the reference to use the ca_cert, client-cert and client-key BUT I don't see the need to set the other two variables as client certificate and private key, the server is not requesting client-side certificate.
Any help please?
Thanks in advance and best regards,
The text was updated successfully, but these errors were encountered: