Child pages
  • Section [SSL], key IP

 

In a server with more than one network interface, the IP key indicates the interface (through the IP) that the TOTVS | Application Server will bind.

(info) When not configured, at startup the server blocks the port of all interfaces. 

(warning) You cannot specify more than one interface for the TOTVS | Application Server to bind.

Valid Values

See below the values valid for the key

ValueDescription
0.0.0.0

Defines that the server used will bind all available interfaces (default)

127.0.0.1

Defines that the server used will bind the interface, the IP of which is 127.0.0.1

<Server IP>

Defines that the server used will bind the interface, the IP of which is <Server IP>

Example

[SSL]
type=TCPIP
port=1234
ip=172.16.84.213