Communication between the Uptime Infrastructure Monitor monitoring station and the Uptime Infrastructure Monitor Windows Agent can be secured by enabling SSL encryption. Enabling SSL is a two-step process:
Enabling SSL on the Windows Agent System
Enabling SSL in the Uptime Infrastructure Monitor Web Interface
Enabling SSL on the Windows Agent System
To enable SSL encryption, complete the following steps on each agent system:
Note
Do not perform these steps on the monitoring station.
- Download and install the Windows version of stunnel 4.27.
2. Find the file stunnel.conf on the agent system. This file is normally found in C:\Program Files\stunnel.
3. Add the following lines to the bottom of stunnel.conf and save the file. This will enable SSL encryption on local port 9997 and forward the encrypted data to the standard agent port (9998).
[Uptime agent] accept = 9997
connect = 9998
For older agents, use these lines: [Uptime NT agent]
accept = 9997
connect = 9998 Unable to render embedded object: File (worddav81a2f5861b9291cc8f3c6eaa1054bb9b.png) not found. <span style="color: #333333">You can change the port on which to enable SSL to any value. To change the default agent port to a port other than 9998, edit the agent</span> <span style="color: #333333">port</span> <span style="color: #333333">setting</span> <span style="color: #333333">in</span> <span style="color: #333333">the</span> <span style="color: #333333">Windows</span> <span style="color: #333333">Registry</span> <span style="color: #333333">(see</span> <span style="color: #0052cc">Changing</span> <span style="color: #0052cc">the</span> <span style="color: #0052cc">Windows</span> <span style="color: #0052cc">Agent</span> <span style="color: #0052cc">Port</span><span style="color: #333333">)</span> <span style="color: #333333">and</span> <span style="color: #333333">then</span> <span style="color: #333333">configure</span> <span style="color: #333333">the</span> <span style="color: #333333">stunnel.conf</span> <span style="color: #333333">file</span> <span style="color: #333333">to</span> <span style="color: #333333">accept on port 9998 and to connect to the port that you configured for the agent.</span>
4. Start stunnel from the Start menu or by running the following command at the command prompt:
C:\Program Files\stunnelstunnel.exe -start
The agent is now SSL enabled on port 9997.
Enabling SSL in the Uptime Infrastructure Monitor Web Interface
If the Windows agent has already been added to Uptime Infrastructure Monitor, complete the following steps in the Uptime Infrastructure Monitor Web interface for each agent system that requires SSL.
- Click Infrastructure.
- Find and then click the name of the agent system for which you want to enable SSL.
- Click Edit Performance Monitor.
- In the new window, select the Use SSL (HTTPS) option and change the Agent Port Number to 9997.
- Click Save.
If you have not yet added the agent system to Uptime Infrastructure Monitor, follow the steps in the Uptime Infrastructure Monitor User Guide. When adding the agent system, ensure that the Agent Port Number option is set to 9997 and that the Use SSL option is enabled.