Hi
I have OSticket installed in a VM and trying to configure the database in Azure Mysql service. If i disable the Azure Mysql service with ssl option, the webserver able to connect to database and site works. But if i enable the azure mysql service with SSL security i get website connectivity errors. IS SSL with remote mysql supported by osticket?
If yes what configuration to be done in OSt-config file in ssl options section? I have downloaded the PEM file from Azure Mysql. How to mention this pem in the config file?
PHP Fatal error: Uncaught mysqli_sql_exception: Connections using insecure transport are prohibited while --require_secure_transport=ON. in C:\inetpub\wwwroot\osTicket\include\mysqli.php:69
Stack trace:
#0 C:\inetpub\wwwroot\osTicket\include\mysqli.php(69): mysqli->real_connect()
#1 C:\inetpub\wwwroot\osTicket\bootstrap.php(217): db_connect()
#2 C:\inetpub\wwwroot\osTicket\main.inc.php(28): Bootstrap::connect()
#3 C:\inetpub\wwwroot\osTicket\client.inc.php(21): require_once('...')
#4 C:\inetpub\wwwroot\osTicket\index.php(16): require('...')
#5 {main}
thrown in C:\inetpub\wwwroot\osTicket\include\mysqli.php on line 69