SV-44005r3_rule
V-33585
Exch-1-203
Exch-1-203
CAT II
10
Configure the OWA site to require SSL port 443.
Open the Windows PowerShell Modules and enter the following command:
Import-module webadministration
IIS:
cd Sites
cd “Default Web Site”
cd owa
PS IIS:\Sites\Default Web Site\owa> Get-WebConfigurationProperty -filter /system.webServer/security/access -name sslflags
Review the result and verify only TLSv1.0 or higher is returned. If not, this is a finding.
V-33585
False
Exch-1-203
Open the Windows PowerShell Modules and enter the following command:
Import-module webadministration
IIS:
cd Sites
cd “Default Web Site”
cd owa
PS IIS:\Sites\Default Web Site\owa> Get-WebConfigurationProperty -filter /system.webServer/security/access -name sslflags
Review the result and verify only TLSv1.0 or higher is returned. If not, this is a finding.
M
1995