Negotiating a secure connection

An Open Server application may want to establish a secure connection with a client. A secure connection is one which is established after a rigorous authentication of the client’s identity and verification of its password.

NoteApplications can use external security systems offered by security service providers, rather than including their own security code. “Security services” explains how to configure an Open Server application to make use of third-party security service providers.

An application may perform this security check using one, some, or all of the following methods:

An application negotiates a secure login using the srv_negotiate routine inside the SRV_CONNECT event handler.