Configuring StifleR to Use SSL
Last updated
Last updated
With the certificate installed, switching to SSL for SignalR and Dashboard communications, you will need to do the following:
Modify the StifleR Server configuration file.
Modify the Dashboard configuration file.
.
Modify the StifleR Client configuration file.
You'll also need to modify the SignalR URL and Web Service URLS in the:
This binds SignalR to all IP addresses on Port 1414. You can also specify a specific IP address, but using * is more portable especially if you set the value as part of a shared configuration file.
The will also need to be added to the :
For the StifleR Server to use any changed settings above, the StifleR Server service must be restarted.
To configure the web page which will connect to the SignalR service, change the URL in the file . The value should reflect the https URL for the StifleR Server API as well as the Dashboard web page:
To validate that the client is successfully connecting to the StifleR Server, restart the StifleR Client Service, and then in Event Viewer on the client within:
Applications and Services Logs / TwoPintSoftware / StifleR.ClientApp / SignalR / Operational
There should be an Information event entry such as:
Connection completed: Server https://StifleRServerName:1414/ Status: RanToCompletion
On new and existing StifleR Clients, setting the SSL info is configuring in the :