StifleR Dashboard Configuration File
The StifleR Dashboard configuration file is used to configure how the Dashboard accesses the StifleR Server service. The config file (config.json) is located within the program files directory in which the StifleR Dashboard was installed.
For example, if the StifleR Dashboard was installed under C:\Program Files\2Pint Software
...then the configuration file would be located in this location: C:\Program Files\2Pint Software\StifleR Dashboards\Dashboard Files\assets\config
The most important settings in the config.json file are referenced in the "apiServers" section. The values for backendServerUrl and backendLocationServerUrl are set during the StifleR Dashboard Installation.
Note: If when the StifleR Dashboard was installed, you entered the above URLs as HTTP and later enabled HTTPS, then the above values should be modified to HTTPS.
You can check whether StifleR is configured to use HTTPS by checking the StifleR Server Configuration File and reviewing the ListenToUrl and LocationWSListenToUrl values.
Configuring the Dashboard to Use HTTPS
If when the StifleR Dashboard was installed, you entered the above URLs as HTTP and would like to switch to HTTPS you will need to make modifications to several files.
Note: The StifleR SignalR communications protocol uses port 1414 by default, and is primarily used for client communications. This section does not address switching clients to use HTTPS based communications.
To switch from HTTP to HTTPS communications for the Dashboard, you will need to complete several steps:
Acquire a Web Server certificate - see this page for more information on how to configure a web certificate for IIS.
Copy the thumbprint value from the web server certificate - see the last step on this page to find your certificate thumbprint.
Edit the config.json file on the server hosting the Dashboard: C:\Program Files\2Pint Software\StifleR Dashboards\Dashboard Files\assets\config.
Modify the URL for the backendLocationServerUrl value to https://. Example:
Edit the StifleR Server Config file (StifleR.Service.exe.config) which is located in the Program Files folder on the StifleR Server.
Modify the value: LocationWSListenToUrl to: https://*:9000"/ Modify the value: WebServiceCertificateThumbprint to your web server certificate thumbprint.
Restart the "2Pint Software StifleR Server" service. Example:
Last updated