SecureBlackbox 2020 Python Edition

Questions / Feedback?

tlstls_mode Property

Specifies the TLS mode to use.

Syntax

def get_tlstls_mode() -> int: ...
def set_tlstls_mode(value: int) -> None: ...

tlstls_mode = property(get_tlstls_mode, set_tlstls_mode)

Default Value

0

Remarks

Specifies the TLS mode to use.

smDefault0
smNoTLS1Do not use TLS
smExplicitTLS2Connect to the server without any encryption and then request an SSL session.
smImplicitTLS3Connect to the specified port, and establish the SSL session at once.

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