SV-84339r2_rule
V-69717
SRG-APP-000014
EX13-CA-000010
CAT II
10
Configure the OWA site to require SSL port 443.
Open a Windows PowerShell and enter the following command:
Import-module webadministration
Enter cd “IIS:”
At the IIS: prompt, enter cd Sites
At the Sites: prompt, enter cd “Default Web Site”
At the “Default Web Site”: prompt, enter cd owa
At the IIS:\Sites\Default Web Site\owa>: prompt, enter Get-WebConfigurationProperty -filter /system.webServer/security/access -name sslflags
If the value returned is not Ssl,Ssl128, this is a finding.
V-69717
False
EX13-CA-000010
Open a Windows PowerShell and enter the following command:
Import-module webadministration
Enter cd “IIS:”
At the IIS: prompt, enter cd Sites
At the Sites: prompt, enter cd “Default Web Site”
At the “Default Web Site”: prompt, enter cd owa
At the IIS:\Sites\Default Web Site\owa>: prompt, enter Get-WebConfigurationProperty -filter /system.webServer/security/access -name sslflags
If the value returned is not Ssl,Ssl128, this is a finding.
M
3097