SV-216843r612237_rule
V-216843
SRG-APP-000516
VCWN-65-000021
CAT II
10
From the vSphere Web Client go to vCenter Inventory Lists >> vCenter Servers >> Select your vCenter Server >> Manage >> Settings >> Advanced Settings. Click "Edit" and edit the "config.nfc.useSSL" value to "true" or if the value does not exist create it by entering the values in the "Key" and "Value" fields and clicking "Add".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
If the setting already exists:
Get-AdvancedSetting -Entity <vcenter server name> -Name config.nfc.useSSL | Set-AdvancedSetting -Value true
If the setting does not exist:
New-AdvancedSetting -Entity <vcenter server name> -Name config.nfc.useSSL -Value true
From the vSphere Web Client go to vCenter Inventory Lists >> vCenter Servers >> Select your vCenter Server >> Manage >> Settings >> Advanced Settings.
Verify that config.nfc.useSSL is set to "true".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
Get-AdvancedSetting -Entity <vcenter server name> -Name config.nfc.useSSL
Verify "config.nfc.useSSL" is set to "true".
If the "config.nfc.useSSL" is set to a value other than "true" or does not exist, this is a finding.
V-216843
False
VCWN-65-000021
From the vSphere Web Client go to vCenter Inventory Lists >> vCenter Servers >> Select your vCenter Server >> Manage >> Settings >> Advanced Settings.
Verify that config.nfc.useSSL is set to "true".
or
From a PowerCLI command prompt while connected to the vCenter server run the following command:
Get-AdvancedSetting -Entity <vcenter server name> -Name config.nfc.useSSL
Verify "config.nfc.useSSL" is set to "true".
If the "config.nfc.useSSL" is set to a value other than "true" or does not exist, this is a finding.
M
4030