SSL::allow_nonssl

Description

This command gets/sets state of Non-SSL connections.

Syntax

SSL::allow_nonssl [0 | 1]

SSL::allow_nonssl

  • Returns the currently set value for Allow Non-SSL connections

SSL::allow_nonssl <0 | 1>

  • 0 disables Non-SSL Connections, 1 enables it. No return value.

Valid During

ALL_EVENTS

Examples

when CLIENT_ACCEPTED {
    SSL::allow_nonssl 1
}