<< Click to Display Table of Contents >>
Server Settings |
To configure Elipse Mobile, right-click the Elipse Mobile icon on Windows Notification Area and select the Settings option.
Server tab
The available options on the Server tab are described on the next table.
Available options on the Server tab
Option |
Description |
---|---|
Enable secure connections |
Enables a secure connection to the Server |
Security certificate (.crt) |
Indicates a connection's secure certificate file. Click Import to import a file with a .crt extension |
Private key (.key) |
Indicates a connection's private key file. Click Import to import a file with a .key extension |
HTTP |
Indicates the TCP/IP port used by an HTTP connection. Default port for HTTP connections is 80 |
Indicates the TCP/IP port used by an HTTPS connection. Default port for HTTPS connections is 443 |
NOTES |
•Please check topic Firewall Settings for more information about configuring TCP/IP ports. •To create a test certificate for HTTPS connections, please check article <%ARTICLE_KB_5441_TITLE%> on Elipse Knowledgebase. •Please check article List of available trusted root certificates in iOS for a list of pre-installed trusted root certificates on iOS operating system. |
Smtp tab
The available options on the Smtp tab are described on the next table. These options are used to send e-mails to users and administrators, such as when users forget their passwords. These settings are used regardless of the client.
Available options on the Smtp tab
Option |
Description |
---|---|
Server |
Address of an SMTP (Simple Mail Transfer Protocol) server |
Port |
TCP/IP port of a server. Default port for SMTP servers is 587 |
From |
Name of an e-mail sender |
Sender email |
Address of an e-mail sender |
Connection |
Type of connection to a server. Possible values for this option are Start not encrypted (default), Encrypted (TLS), or Not encrypted |
Authentication |
Type of authentication. Possible values for this option are Using HMAC_MD5, No authentication, Normal Password, or Encrypted Password (default) |
User |
User name |
Password |
User password |
Send test e-mail |
Click to send a test e-mail using the configured options. This message is sent to the e-mail configured on the System User tab |
System User tab
The available options on the System User tab are described on the next table.
Available options on the System User tab
Option |
Description |
---|---|
Redefine credentials |
Select this option to redefine the credentials of a system administrator user, defined in the User and Password options |
User |
User name of a system administrator |
Password |
Password of a system administrator |
E-mail address of a system administrator, used to receive important status information about the server |
The About tab shows information about Elipse Mobile version and all libraries used.
About tab
Server configurations are saved to a file called init.json, located on the installation folder of Elipse Mobile. This file contains configurations not available on the tabs previously described. The next table contains configurations that can be changed directly on this file.
Available options on the init.json file
Option |
Description |
---|---|
crossajax |
Enables Elipse Mobile to accept connections from another server. Possible values for this option are true or false. Default value of this option is false |
securityversion |
Configures a minimum HTTPS protocol acceptable by Elipse Mobile. Possible values are 0: Accepts SSL 2 and later, 1: Accepts SSL 3 and later, 2: Accepts TLS 1 and later, 3: Accepts TLS 1.1 and later, or 4: Accepts TLS 1.2 and later. Default value of this option is 2 (two). It is recommended to always use the latest protocol version |
nthreads |
Indicates the size of the pool of threads of Elipse Mobile. The more simultaneous users, the larger the value of this option. Default value of this option is 24 and its minimum possible value is 8 (eight) |