Overview
In some cases, it may be needed to configure IIS to use HTTPs to provide a secure connection to the GFI MailEssentials website. This article provides instructions to configure IIS to use a secure connection.
Process
Follow the instruction provided below:
- Ensure that you have configured a Server Certificate which will be used for HTTPs communication. You can configure this from the following:
- Open Internet Information Services (IIS) Manager
- Navigate to Server.
- In the left pane, click Server Certificates under IIS.
- Create a new certificate, or attach to an existing certificate.
- Ensure that there is an HTTPs binding for the web server hosting the GFI MailEssentials website:
- Open Internet Information Services (IIS) Manager.
- Navigate to Server > Sites.
- Right-click Default Web Site and select Edit Bindings.
- Ensure that the HTTPs binding is created If it is not created click Add... to add a new HTTPs type binding.
- Click OK.
- Enforce SSL communication on the SpamQuarantine or Mailessentials virtual directory:
- Open Internet Information Services (IIS) Manager.
- Navigate to Server > Sites > Default Web Site.
- Click MailEssentials.
- In the left pane, click SSL Settings under IIS.
- Check Require SSL and Require 128-bit SSL.
- Use the following URL to access the spam:
- Quarantine: https://<mes_computer_name>/MailEssentials
- https:// signifies to the web browser that you want to use an SSL connection.
- <mes_computer_name> is the name of the computer that hosts the GFI MailEssentials configuration.
- Quarantine: https://<mes_computer_name>/MailEssentials
- Ensure that the HTTP SSL service is running:
- The Startup Type for HTTP SSL service is set to Manual by default.
- Change the Startup Type to Automatic and Start the service:
- Press Windows + R keys together.
- In the Run dialog box which appears, type
services.msc
- The Services Window opens up, locate, and double click on the HTTP SSL service.
- The HTTP SSL properties dialog box comes up:
- Click the Startup type: drop-down list and select Automatic.
- Click the Start button.