Start of Content Area

Procedure documentation Parameters for Secure Sockets Layer (SSL) Support  Locate the document in its SAP Library structure

The use of Secure Sockets Layer (SSL) increases security during transfer of 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 (new technology).

Note

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

Note

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 check of the host name. If this parameter is activated, a check is made to determine if the URL hostname to which sync is being made, and the actual hostname specified in the certificate (= Common Name entry of the certificate) are the same.

Possible values: true, false

Default: true

MobileEngine.Sync.ConnectionTimeout

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

Possible values: any integer value

Default: 6000

See also:

For more information on other parameters and on the different configuration methods: Parameters in MobileEngine.config

End of Content Area