You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The Mysqli DBAL connection/driver class has options for setting up an SSL/TLS connection, namely
ssl_ca
,ssl_capath
,ssl_cert
,ssl_cipher
andssl_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.The text was updated successfully, but these errors were encountered: