Projects tigase _server server-core Issues #646
Replace SSLContextContainer with SNISSLContextContainer by default (#646)
Closed
Andrzej Wójcik (Tigase) opened 9 years ago
Due Date
2016-02-22

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

Andrzej Wójcik (Tigase) commented 9 years ago

%kobit What do you think? Can we do this in 7.1.0 or we should do this in 7.2.0?

Artur Hefczyc commented 9 years ago

I agree, let's do it as default for 7.1.0.

Andrzej Wójcik (Tigase) commented 9 years ago

Default implementation changed

issue 1 of 1
Type
Task
Priority
Normal
Assignee
RedmineID
3945
Version
tigase-server-7.1.0
Estimation
1h
Spent time
2h 30m
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#646
Please wait...
Page is in error, reload to recover