...
The Web Manager network configuration specifies:
- http and https ports for the Web Manager application
- http and https ports for web-base visualizations
- the used certificate for https connections
...
- localhost
- 127.0.0.1
- Computer name (e.g. john-pc)
- Full computer name (e.g. john-pc.company.com, in case your computer is part of a domain)
- All available IP addresses (e.g. 172.16.1.150)
Ports
Default The default TCP ports are
Application | HTTP | HTTPS |
---|---|---|
Web Manager | 21000 | 21001 |
Web Visualization | 80 | 443 |
...
For each pair of IP address/host name and port, the Web Manager listens on the http port as well as on the https port using the respective protocol.
Make Always make sure to always use the http protocol with the regular part and the https protocol with the secure port. The URLs are concatenated as follows: <http|https>://<ip|host>:<port|secureport>
...
As mentioned in the basic setup above, the Web Manager uses an automatically generated certificate by default in order to access the Web Manager using https.
However, if you want to use a custom certificate for the web managerWeb Manager, for example when accessing the Web Manager externally, do the following:
...