start_ssl Method

Starts SSL negotiation on a connection.

Syntax

def start_ssl(connection_id: int) -> None: ...

Remarks

This method is used to start SSL negotiation on a plaintext connection. Please refer to the ssl_start_mode property for more information.

Note that the on_connected event will fire again after SSL negotiation is complete.

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