phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Support Mysqli driver options for SSL connections

Open corphi opened this issue 2 years ago • 2 comments

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.

corphi avatar May 03 '22 12:05 corphi

Can you send a PR adding it ?

stof avatar May 03 '22 13:05 stof

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.

ostrolucky avatar May 04 '22 08:05 ostrolucky