While installing Control Center, you accidentally enabled HTTPS protocol. After the installation, your Control Center is inaccessible.
Note
If you enabled HTTPS intentionally, check Control Center Installation Guide.
To disable HTTPS after you installed Control Center, choose one of the two options:
Solution 1
Uninstall, then install Control Center. Leave HTTPS option unchecked when installing.
Note
This is the preferred option. All your data and settings remain with reinstalling.
Solution 2
Manually disable HTTPS after the installation:
-
Open Registry editor, and navigate to Registry key HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\EuroPlus\NiceLabelPrintCenter\5.0\Settings
-
Set the HTTPSEnabled Value to FALSE.
-
In file explorer, navigate to "C:\Program Files\NiceLabel\NiceLabel Control Center\WEB\".
-
Open "web.config" file with text or XML editor.
-
Search for the string "<security mode="Transport" >" and add comment marks:
<!--<security mode="Transport" />-->
-
Search for the string "<httpCookies requireSSL="true" /" and add comment marks:
<!--<httpCookies requireSSL="true" />-->
HTTPS is now disabled, and you can run your Control Center.