[en] Disable HTTPS (SSL) support in Control Center

La traduction officielle n'est pas encore disponible.

[en] Problem

[en] While installing Control Center, you accidentally enabled HTTPS protocol. After the installation, your Control Center is inaccessible.

Note

[en] If you enabled HTTPS intentionally, check Control Center Installation Guide.

[en] Solution

[en] To disable HTTPS after you installed Control Center, choose one of the two options:

[en] Solution 1

[en] Uninstall, then install Control Center. Leave HTTPS option unchecked when installing.

Note

[en] This is the preferred option. All your data and settings remain with reinstalling.

[en] Solution 2

[en] Manually disable HTTPS after the installation:

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

  2. [en] Set the HTTPSEnabled Value to FALSE.

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

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

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

    <!--<security mode="Transport" />-->
  6. [en] Search for the string "<httpCookies requireSSL="true" /" and add comment marks:

    <!--<httpCookies requireSSL="true" />-->

[en] HTTPS is now disabled, and you can run your Control Center.