Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The 

Keywordmacro
Labelipport
 parameter is the endpoint you want to bind.
The 
Keywordmacro
Labelcerthash
 is the thumbprint (certificate hash) of the SSL certificate you want to use
The 
Keywordmacro
Labelappid
 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

Keywordmacro
Labelsettings.xml
 configuration file for Echo, as per the following example snippet:

Code Block
titlesettings.xml
languagehtml/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.