We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b397b commit f033c4aCopy full SHA for f033c4a
src/Illuminate/Database/Schema/MySqlSchemaState.php
@@ -115,7 +115,7 @@ protected function connectionString()
115
$value .= ' --ssl-ca="${:LARAVEL_LOAD_SSL_CA}"';
116
}
117
118
- if (isset($config['options'][\PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT]) &&
+ if (isset($config['options'][\PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT]) &&
119
$config['options'][\PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT] === false) {
120
$value .= ' --ssl=off';
121
0 commit comments