Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Jul 6, 2017 · 2 revisions

c-sec-04-schannel-p4-protocols (Enabled)

Ensure protocols are set correctly. Settings taken from https://www.nartac.com/Products/IISCrypto/Default.aspx using "Best Practices/FIPS 140-2" settings.


Input Values

  • DisabledProtocols - List of protocols that should be disabled

Example

DisabledProtocols = ('Multi-Protocol Unified Hello', 'PCT 1.0', 'SSL 2.0', 'SSL 3.0', 'TLS 1.0')

Input Descriptions

  • None

Result And Messages

  • PASS
    All protocols set correctly

  • WARNING

  • FAIL
    One or more protocols set incorrectly

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally