Parameters for Secure Sockets Layer (SSL)
Support
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. For information on all relevant settings for SSL, see Enabling Secure Synchronization using SSL.

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

To support SSL, you require some additional files (see 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 |
See also:
For more information on other parameters: Parameters in MobileEngine.config
For more information on different methods for the configuration: Configuration of Mobile Devices