From 8444a28e7168e324433a44ab94d7bd968ef960ef Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 28 Sep 2016 06:49:59 +0000 Subject: [PATCH] Disabled MySQL SSL usage by default. Contributed by Pavlov. --- L2J_Mobius_Underground/dist/game/config/Server.ini | 2 +- L2J_Mobius_Underground/dist/login/config/LoginServer.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/L2J_Mobius_Underground/dist/game/config/Server.ini b/L2J_Mobius_Underground/dist/game/config/Server.ini index b73348b564..807229df4b 100644 --- a/L2J_Mobius_Underground/dist/game/config/Server.ini +++ b/L2J_Mobius_Underground/dist/game/config/Server.ini @@ -47,7 +47,7 @@ Driver = com.mysql.jdbc.Driver # URL = jdbc:mysql://localhost/l2jmobius (default) # URL = jdbc:hsqldb:hsql://localhost/l2jmobius # URL = jdbc:sqlserver://localhost/database = l2jmobius/user = sa/password = -URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8 +URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8&useSSL=false # Database user info (default is "root" but it's not recommended) Login = root diff --git a/L2J_Mobius_Underground/dist/login/config/LoginServer.ini b/L2J_Mobius_Underground/dist/login/config/LoginServer.ini index 27d89dab18..04bb765318 100644 --- a/L2J_Mobius_Underground/dist/login/config/LoginServer.ini +++ b/L2J_Mobius_Underground/dist/login/config/LoginServer.ini @@ -47,7 +47,7 @@ Driver = com.mysql.jdbc.Driver # URL = jdbc:mysql://localhost/l2jmobius (default) # URL = jdbc:hsqldb:hsql://localhost/l2jmobius # URL = jdbc:sqlserver://localhost/database = l2jmobius/user = sa/password = -URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8 +URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8&useSSL=false # Database user info (default is "root" but it's not recommended) Login = root