Activating secure manual authentication

Steps

  1. Stop Filtering Service (see Stopping and starting web protection services).
  2. Navigate to the installation directory on the Filtering Service machine (by default, C:\Program Files\Websense\Web Security\bin or /opt/Websense/bin/).
  3. Locate eimserver.ini and make a backup copy of the file in another directory.
  4. Open the original INI file in a text editor.
  5. Find the [WebsenseServer] section, and then add the line:

    SSLManualAuth=on

    To use secure block pages, also add the following line. (See Secure block pages.)

    SSLBlockPage=on

  6. Below the previous line, add the following:

    SSLCertFileLoc=[path]

    Replace [path] with the full path to the SSL certificate, including the certificate file name (for example, C:\secmanauth\server.crt).

  7. Also add:

    SSLKeyFileLoc=[path]

    Replace [path] with the full path to the SSL key, including the key file name (for example, C:\secmanauth\server.key).

  8. Save and close eimserver.ini.
  9. Start Websense Filtering Service.

Next steps

After starting, Filtering Service listens for requests on the default secure HTTP port (15872).

If secure block pages are enabled (see Secure block pages), Filtering Service listens on a default secure HTTPS port (15871). If client requests to Filtering Service will pass through the Content Gateway proxy, this port should be added to the list of Tunnel Ports in the Content Gateway configuration. (See Content Gateway Help.)

The preceding steps ensure secure communication between the client machine and web protection software. To also secure communication between web protection software and the directory service, make sure that Use SSL is selected on the Settings > General > Directory Services page. See Advanced directory settings for details.