Issue:
When launching nTop or nTop Automate, the software fails to open, and the following error message appears:Applies to:
- nTop (Desktop)
- nTop Automate (Command Line)
- Network environments enforcing TLS v1.2
Cause:
By default, nTop uses TLS v1.3 (Transport Layer Security) to connect to our licensing server for authentication. If your organization’s network security protocols are restricted to the older TLS v1.2 standard, the connection will fail, resulting in the “Valid license not found” error.Solution:
To resolve this, you must add a specific flag to the nTop executable to force it to use the older TLS v1.2 protocol. The easiest way to apply this change permanently is to modify your desktop shortcut.- Locate your nTop shortcut on the desktop.
- Right-click the shortcut and select Properties from the context menu.
- Click on the Shortcut tab.
- Locate the Target field. You will see a file path ending in
ntop.exe". - Place your cursor at the very end of the text (after the closing quotation mark).
- Type a space, followed by
--tls1_2.
"C:\Program Files\nTopology\nTopology\ntop.exe" --tls1_2
- Click Apply, then OK, to save the changes.
"...ntop.exe --tls1_2"), Windows will treat the flag as part of the file name, and the shortcut will fail to launch.
Running nTop Automate (nTopCL): If you are running nTop via the command line, you must append the flag to your execution command: ntopcl.exe --tls1_2
