fix(ssl): use 1 instead of on for mysql
This commit is contained in:
parent
80fc7c7b97
commit
8f2b45c8b5
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ public function handle(StandaloneMysql $database)
|
|||
'mysqld',
|
||||
'--ssl-cert=/etc/mysql/certs/server.crt',
|
||||
'--ssl-key=/etc/mysql/certs/server.key',
|
||||
'--require-secure-transport=ON',
|
||||
'--require-secure-transport=1',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue