Hey guys, I have a Baiak Thunger 1.3x server, I compiled the source code and everything is ok. When I try to open it, it won't open. This appears
This is the first time I've been messing with otserv and I see something with SSL. I use Xampp 3.3.0 PHP 8.1. I installed the normal Myacc site. I went to open the server and it won't open. It looks like this. In config.lua, it's already configured correctly.
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "otserv"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"
sqlType = "mysql"
I have already tried changing the mysqlhost to 127.0.0.1 but without any success. If anyone can help me out, please let me know.
MySQL Error Message: TLS/SSL error: SSL is required, but the server does not support it> Loading configurations
> Establishing connection to the database...
ERROR: Failed to connect to database.
This is the first time I've been messing with otserv and I see something with SSL. I use Xampp 3.3.0 PHP 8.1. I installed the normal Myacc site. I went to open the server and it won't open. It looks like this. In config.lua, it's already configured correctly.
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "otserv"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"
sqlType = "mysql"
I have already tried changing the mysqlhost to 127.0.0.1 but without any success. If anyone can help me out, please let me know.