IPWorks WebSockets 2020 Python Edition

Questions / Feedback?

use_ssl Property

Determines if SSL is negotiated with incoming connections.

Syntax

def get_use_ssl() -> bool: ...
def set_use_ssl(value: bool) -> None: ...

use_ssl = property(get_use_ssl, set_use_ssl)

Default Value

FALSE

Remarks

When set to True the class will attempt to negotiate SSL with all connecting clients. To enable SSL support you must supply a valid certificate via the ssl_cert_store_type, ssl_cert_store, ssl_cert_store_password, and ssl_cert_subject properties

The default value is False.

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