skip to main content
OpenAccess SDK Service Attributes : Defining Service Attributes : DataSourceSSLDataEncryption
 

DataSourceSSLDataEncryption

Specifies whether the complete session (logon and data exchange) is secured by SSL. When the authentication is completed, the session can continue to use SSL to encrypt data, or the SSL session can be closed and data between client and server will be exchanged in clear text. The Client must have the encryption method set to enable SSL.

Valid values

0 | 1
*1=The session is encrypted using SSL. The SSL session is closed only at disconnect.
*0=The SSL session is closed after the logon packet exchange. Only the logon is secured by SSL.
Note: The server must be started with ServiceSSLEnabled set to True so that it is capable of receiving SSL connections when the clients initiate a SSL connection. After the logon exchange, the data exchange can continue with or without SSL encryption (see ServiceSSLEnabled ).

Default

1

Type

Dynamic

IP Type

All