When you are planning to use your Control Center in an open networking environment, select HTTPS support while installing your Control Center for secure client-server communication. If you enable the HTTPS support option during the installation, your Control Center's address becomes https://yourservername/epm (http:// becomes https://).

CCOPIG10_CC_HTTPS_Support.png

Tip

For more information about the security of your printing environment, consult your co-workers responsible for the networking infrastructure in your company.

Before you can open and start working with your Control Center using a secure connection, configure your IIS.

Note

If you do not have the IIS Manager installed on your computer, get it from Microsoft Download Center.

Instructions for the Default Web Site

  1. Open your IIS Manager.

  2. In the Connection panel on the left side of the window, expand the "yourservername" node, and expand the Sites node.

    CCIG2019_IIS_configuration.png

    Configuring the Default Web Site

  3. Select Default Web Site.

  4. In the Actions panel on the right side of the window, click Bindings.

    • Site Bindings dialog opens. Click Add.

    CCOPIG10_CC_Site_Bindings.png
  5. In the Type field, select https.

  6. In the Port field, enter 443.

  7. In SSL certificate, select your certificate from the list. Click View to see the properties of your certificate.

    Note

    If you do not see the appropriate certificate on your list, install your certificate first. There are numerous instructions on how to install the certificate available on the Web.

  8. Click OK and close the dialog.

You can now open the Control Center page via a secure connection. Notice that the URL of your Control Center now starts with https://. This is how you know that you properly set up the secure connection to your Control Center.

Instructions for the EPMWebDAV Site

  1. Open your IIS Manager.

  2. In the Connection panel on the left side of the window, expand the "yourservername" node, and expand the Sites node.

    CCIG2019_IIS_settings_EPM_WebDAV.png

    Configuring the EPMWebDAV

  3. Select EPMWebDAV.

  4. In the Actions panel on the right side of the window, click Bindings.

    • Site Bindings dialog opens. Select the existing item and click Edit.

  5. In the Port field, enter 8081.

  6. Click OK.

  7. In the Type field, select https.

  8. In the Port field, enter 8080.

  9. You can leave Host name field empty.

    If your system later requires Host name, enter your computer name.

    You can find your computer name in Control Panel > System and Security > System. This is your computer name, not an FQDN name.

  10. In SSL certificate, select the right certificate. You can click View button to see the properties of your certificate.

    CCIG2019_Add_Site_Binding.png

    Selecting the certificate

    Note

    If you do not see the appropriate certificate on your list, install your certificate first. There are numerous instructions on how to install the certificate available on the Web.

  11. Click OK.

  12. Select your old http binding configured on port 8081. Click Remove.

  13. Click Close.

Modifying config file

After you change http:// to https:// in ISS, edit your Control Center config file:

  1. Navigate to c:\Program Files\NiceLabel\NiceLabel Control Center\DocumentAPI\.

  2. Open the config.json file with a text editor.

  3. Find the "RenderingEndpoint" line and change http to https.

    104_https2.png
  4. Save and close the config.json file.

Your communication between your desktop File Explorer and your Control Center is now secure.