I have installed Flarum in the cloud and is using a mysql PaaS service which requires ssl-mode=require in the database configuration. For this reason, I keep getting an error during the initial setup.
Any way I can do this? I tried creating the config.php with options (see below) manually and adding it to the root but that gives me a 404.
'options' => [
PDO::MYSQL_ATTR_SSL_MODE => 'require',
],
Thanks and regards,
Pablo