This article applies to PRTG Network Monitor 8.1.2.1760 or later
Enhanced Security
With PRTG build 8.1.2.1760/1761 a new feature was introduced: The default SSL version for secure connections is now set to SSL v3. Before, connections could be established with SSL v2. As this is regarded a potential security risk, PRTG's web server does not accept SSL v2 connections any more.
Check Browser Settings
Please make sure that your browser is set to use SSL v3. This can be an issue with older browsers. But also in Google Chrome, for example, there might be a setting enabled which sets the browser to connect via SSL 2.0.
If you experience problems connecting with Chrome, please disable SSL v2 in its options. For more information, please see: SSL for web interface does not work with Google Chrome
Allow SSL v2 Connections for PRTG
However, if you want to explicitly enable SSL v2 connections for the PRTG web server, you can add a new value to the Windows registry.
Caution: Please backup your system before manipulating the Windows registry! Using SSL v2 might be a security risk.
Step 1
On the system running PRTG core server, please stop the core server Windows service. If you don't, your changes might not be saved. You can stop the service using the PRTG Server Administrator program (Start/Stop tab).
Step 2
- On the system running the PRTG core server, open the registry editor.
- For a 64-Bit Windows system, go to
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Paessler\PRTG Network Monitor\V8\Server\Webserver\
- For a 32-Bit Windows system, go to
HKEY_LOCAL_MACHINE\SOFTWARE\Paessler\PRTG Network Monitor\V8\Server\Webserver\
Note: If your current PRTG v8 was previously upgraded from PRTG v7, you will see V7 instead of V8 in both paths above.
Step 3
- Add a new DWORD value with the name AllowSSLV2.
- Set this to 1 to change allow SSL v2 connections for the PRTG web server.
Step 4
On the system running PRTG core server, please use the PRTG Server Administrator program (Start/Stop tab) to restart the core server Windows service.
Add comment