Commit 205e2fda authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

HTTPS binding is back again working. JM-1496

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10910 b35dd754-fafc-0310-a699-88a17e54d16e
parent e4fe9424
......@@ -577,7 +577,7 @@
</tr>
<% } %>
<%
if (httpBindManager.getHttpBindSecurePort() > 0) {
if (httpBindManager.isHttpsBindActive()) {
%>
<tr>
<td><%= interfaceName == null ? LocaleUtils.getLocalizedString("ports.all_ports") : interfaceName %></td>
......
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