AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Solved Mysql Database SSL insecure connection (https://forums.alliedmods.net/showthread.php?t=342894)

McSnaggit 05-26-2023 06:25

Mysql Database SSL insecure connection
 
Hi all,

I have an issue with connection to my MySQL database. I'm hosting it on Planetscale. I've configured everything in databases.cfg and set a new database handle.

The problem is that I receive an insecure error: client must use SSL/TLS. When locally connecting to the database I use ssl: true or (ssl: {rejectUnauthorized: false}). I tried adding "ssl" "1" to the databases.cfg, but that didn't work.

Does anyone know if there is a possibility to add such configuration or if there's another solution?

Kind regards,
McSnaggit

asherkin 05-26-2023 11:57

Re: Mysql Database SSL insecure connection
 
There is no support for TLS-protected MySQL connections in SM.

McSnaggit 05-30-2023 03:02

Re: Mysql Database SSL insecure connection
 
Thanks for replying Asherkin! I'll find another solution.


All times are GMT -4. The time now is 18:47.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.