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

Support Mysqli driver options for SSL connections #1518

Open
corphi opened this issue May 3, 2022 · 2 comments
Open

Support Mysqli driver options for SSL connections #1518

corphi opened this issue May 3, 2022 · 2 comments

Comments

@corphi
Copy link

corphi commented May 3, 2022

The Mysqli DBAL connection/driver class has options for setting up an SSL/TLS connection, namely ssl_ca, ssl_capath, ssl_cert, ssl_cipher and ssl_key. These are currently not supported by the bundle configuration. The bundle configuration already supports encrypted connections to PostreSQL servers. PostgreSQL uses different parameter names, so adding the Mysqli flavour will not conflict.

@stof
Copy link
Member

stof commented May 3, 2022

Can you send a PR adding it ?

@ostrolucky
Copy link
Member

Indeed. This won't be implemented by maintainers, as it's not that common to use this. Should be implemented by someone who needs it.

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

No branches or pull requests

3 participants