disable ssl for sql
This commit is contained in:
@@ -50,7 +50,8 @@ public class TippligaSQLConnector {
|
|||||||
"&useJDBCCompliantTimezoneShift=true" +
|
"&useJDBCCompliantTimezoneShift=true" +
|
||||||
"&useLegacyDatetimeCode=false" +
|
"&useLegacyDatetimeCode=false" +
|
||||||
"&serverTimezone=UTC" +
|
"&serverTimezone=UTC" +
|
||||||
"&allowMultiQueries=true";
|
"&allowMultiQueries=true" +
|
||||||
|
"&useSSL=false";
|
||||||
try {
|
try {
|
||||||
con = DriverManager.getConnection(jdbcUrlProd);
|
con = DriverManager.getConnection(jdbcUrlProd);
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user