QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

enable_ssl Property

Indicates whether server starts in SSL-mode.

Syntax

def get_enable_ssl() -> bool: ...
def set_enable_ssl(value: bool) -> None: ...

enable_ssl = property(get_enable_ssl, set_enable_ssl)

Default Value

FALSE

Remarks

This property must be set before setting listening to True. When enable_ssl is True, plaintext connections to the class will be rejected.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]