pluginsGLPI / ocsinventoryng

Plugin ocsinventoryng for GLPI
GNU General Public License v2.0
68 stars 52 forks source link

Connect to MySQL Database with SSL_MODE_REQUIRED #269

Open sebastienmiro opened 3 years ago

sebastienmiro commented 3 years ago

Dear OCS team,

is there a way to specify SSL_MODE_REQUIRED and CA path for using with an Azure MySQL database ?

I found the dbocs.class.php file which seems to be the class managing the DB connection from the plugin. My database is hosted on a public endpoint, SSL is required.

Best regards