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
You can do SSL with mysql and php without specifying an ssl_key and ssl_cert. The only mandatory parameter would be the ssl_ca. Raising an exception here is not necessary.
The text was updated successfully, but these errors were encountered:
nvanheuverzwijn
changed the title
ssl_key and ssl_cert not _really_ mandatory for ssl
MySQLi: ssl_key and ssl_cert not _really_ mandatory for ssl
Sep 5, 2017
Hi,
You can do SSL with mysql and php without specifying an
ssl_key
andssl_cert
. The only mandatory parameter would be thessl_ca
. Raising an exception here is not necessary.dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php
Line 286 in 8d18a33
The text was updated successfully, but these errors were encountered: