Commit 9f481b6e authored by guus's avatar guus

OF-481: Updating Jetty to 7.5.4 (fixing bug that prevents loading of bosh functionality)

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@12949 b35dd754-fafc-0310-a699-88a17e54d16e
parent bed3c274
......@@ -179,7 +179,7 @@ public final class HttpBindManager {
sslContextFactory.setWantClientAuth(false);
}
final SslSelectChannelConnector sslConnector = new SslSelectChannelConnector();
final SslSelectChannelConnector sslConnector = new SslSelectChannelConnector(sslContextFactory);
sslConnector.setHost(getBindInterface());
sslConnector.setPort(securePort);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment