From e665fcec487feff7ab52f0bd5623e539bacd6394 Mon Sep 17 00:00:00 2001 From: ativelkov Date: Tue, 10 Dec 2013 14:50:07 +0400 Subject: [PATCH] SSL port (443) is open for web servers now WebServerSecurity template (earlier known as ApacheSecurity) had a typo: SSL port was specified as 433, rathen then 443. This is fixed by now. Change-Id: Ibd3d68d5649884d85c09e1a4833fd2ab788886d8 Closes-bug: #1259500 --- .../Services/heat_templates/WebServerSecurity.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/muranorepository/Services/heat_templates/WebServerSecurity.template b/muranorepository/Services/heat_templates/WebServerSecurity.template index ffb8cee..937a240 100644 --- a/muranorepository/Services/heat_templates/WebServerSecurity.template +++ b/muranorepository/Services/heat_templates/WebServerSecurity.template @@ -11,9 +11,9 @@ "CidrIp": "0.0.0.0/0" }, { - "ToPort": "433", + "ToPort": "443", "IpProtocol": "tcp", - "FromPort": "433", + "FromPort": "443", "CidrIp": "0.0.0.0/0" } ]