Type |
Patch
|
Priority |
Minor
|
Assignee | |
RedmineID |
4859
|
Version |
tigase-server-8.0.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
Type |
Patch
|
Priority |
Minor
|
Assignee | |
RedmineID |
4859
|
Version |
tigase-server-8.0.0
|
Spent time |
0
|
This patch will enable use of SSL encryption with the database server, when supported.
A new parameter is enabled by this patch: -useSSL=true|false
Especially useful in MySQL 5.7+ (which doesn't work anyway because of more strict controls on timestamp columns, see tig_users.last_login, I'll open another bug for that) where remote connections automatically enable SSL and generate a warning (not critical, still it's useful to explicitly state that through a parameter).
Based on branch "release".
DBSchemaLoader-useSSL.patch