SecureBlackbox 2020 Python Edition

Questions / Feedback?

implicit_ssl Property

Enables or disables implicit SSL mode.

Syntax

def get_implicit_ssl() -> bool: ...
def set_implicit_ssl(value: bool) -> None: ...

implicit_ssl = property(get_implicit_ssl, set_implicit_ssl)

Default Value

FALSE

Remarks

The server can only work in one mode, explicit or implicit. Explicit mode, also called AUTH TLS, supports both TLS and plain connections. Implicit mode, also called 'dedicated port mode,' only supports TLS connections.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]