...
The
parameter is the endpoint you want to bind.
The
is the thumbprint (certificate hash) of the SSL certificate you want to use
The
parameter is application-specific and should be set to a value of Keywordmacro |
---|
Label | {ecc39c98-e826-4009-9401-2a5c6e7babbc} |
---|
|
when used for the Echo application.Enabling HTTPS in Echo
Finally, you must enable HTTPS and set the port number in the
configuration file for Echo, as per the following example snippet: Code Block |
---|
title | settings.xml |
---|
language | html/xml |
---|
|
...
<web>
<bindAddress>192.168.0.179</bindAddress>
<protocol>https</protocol>
<port>8443</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.