Parameters for Secure Sockets Layer (SSL) Support

Use

The use of Secure Sockets Layer (SSL) increases security when transferring data to the client and back. The server and the client must be configured accordingly.

Parameters for SSL Support

Parameters

Description

MobileEngine.Security.SSLSupport

Activate or deactivate SSL support in the client.

Possible values: true, false

Default: true

MobileEngine.Security.HostnameVerifying

Activate or deactivate the host name check. If this parameter is activated, the system checks if the URL hostname for the synchronization and the actual hostname specified in the certificate are the same.

Possible values: true, false

Default: true

MobileEngine.Sync.ConnectionTimeout

Deactivate the URL connection test. This improves system performance when setting up HTTPS connections.

Possible values: any integer value

Default: 6000