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
$options[PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT] = match ($this->config->ssl->verification) {
46
+
$options[PdoMysql::ATTR_SSL_VERIFY_SERVER_CERT] = match ($this->config->ssl->verification) {
45
47
SslVerification::None => false,
46
48
SslVerification::Ca => thrownewInvalidArgumentException('Mysql SSL connections do not support to only verify the CA - only no verification or both CA and hostname verification are supported by the PHP driver'),
0 commit comments