Show TOC

Parameters for Secure Sockets Layer (SSL) SupportLocate this document in the navigation structure

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.

Note

SSL support can also be configured on the mobile device once the client has been installed.

Note

To support SSL, you require some additional files (more information: Files for SSL Support ).

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