Disable HTTPS (SSL) support in Control Center

Problem

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.

Solution

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:

  1. Open Registry editor, and navigate to Registry key HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\EuroPlus\NiceLabelPrintCenter\5.0\Settings

  2. Set the HTTPSEnabled Value to FALSE.

    001_HTTPS.png
  3. In file explorer, navigate to "C:\Program Files\NiceLabel\NiceLabel Control Center\WEB\".

  4. Open "web.config" file with text or XML editor.

  5. Search for the string "<security mode="Transport" >" and add comment marks:

    <!--<security mode="Transport" />-->
  6. 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.