To enable SSL communication with the Discover Electronics reference application, follow these steps:
Open the
assembler.propertiesfile at one of the following locations, depending on whether you want only to run the reference application, or whether you want to edit it (authoring):%ENDECA_TOOLS_ROOT%/reference/discover-electronics/WEB-INF/assembler.properties (run only) %ENDECA_TOOLS_ROOT%/reference/discover-electronics-authoring/WEB-INF/assembler.properties (edit)
Set the
workbench.portproperty to 8446:workbench.port=8446
Set the
mdex.sslEnabledandlogserver.sslEnabledproperties to true:mdex.sslEnabled=true logserver.sslEnabled=true

