Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3945
|
Version |
tigase-server-7.1.0
|
Estimation |
1h
|
Spent time |
2h 30m
|
Issue Votes (0)
Watchers (0)
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3945
|
Version |
tigase-server-7.1.0
|
Estimation |
1h
|
Spent time |
2h 30m
|
We use SSLContextContainer for preparation of SSLContext for establishing of secure connection.
In meanwhile when we depended only on JDK7 it was created extended version named SNISSLContextContainer in separate project as it required JDK8.
Now as we use JDK8 by default, SNISSLContextContainer was added to current repository of Tigase XMPP Server, however we still use not extended version.
I think it would be good to replace by default usage of SSLContextContainer with SNISSLContextContainer.
More informations about this feature: https://projects.tigase.org/projects/tigase-server-ext-jdk18/wiki/Support_for_SNI_(Server_Name_Indication)_extension_of_SSLTLS