...
As an example, it is assumed you want to bind the HTTPS server to IP address
using port
(the default port for HTTPS connections). Change these values to suit your own requirements.
...
Enabling HTTPS in Echo
Finally, you must enable HTTPS and set the protocol and port number in the
configuration file for Echo, as per the following example snippet:
Code Block |
---|
title | settings.xml |
---|
theme | RDark |
---|
language | html/xml |
---|
|
...
<web>
<bindAddress>192.168.0.179</bindAddress>
<protocol>https</protocol>
<port>443</port>
<username>xxxxxxxxxx</username>
<password>xxxxxxxxxx</password>
</web>
... |
As with any manual change to the configuration file, the Echo application should be restarted for your changes to take effect.