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
This commit is contained in:
parent
f42661ddef
commit
e665fcec48
@ -11,9 +11,9 @@
|
|||||||
"CidrIp": "0.0.0.0/0"
|
"CidrIp": "0.0.0.0/0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ToPort": "433",
|
"ToPort": "443",
|
||||||
"IpProtocol": "tcp",
|
"IpProtocol": "tcp",
|
||||||
"FromPort": "433",
|
"FromPort": "443",
|
||||||
"CidrIp": "0.0.0.0/0"
|
"CidrIp": "0.0.0.0/0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user