Configure IIS as a secure reverse proxy

First, you configure IIS as a secure reverse proxy, and then you configure IIS to work with a client certificate.

To configure IIS to work as a secure reverse proxy:

Note: For detailed instructions, refer to the IIS documentation.

  1. Ensure that you configured IIS to work as a reverse proxy.

  2. Install the server certificate in IIS.

    Note: The server certificate must have a password protected private key.

    In IIS Manager:

    • Import your server certificate:

      Select Server > Certificates > Import.

    • Add a listener on a secure port:

      Select Default Website.

      Edit Bindings.

      Click Add.

      Select https and select your certificate.

  3. In SSL Settings for your website, configure IIS to require an SSL connection.

  4. Verify that you can access the OpenText Application Quality Management server through the IIS virtual IP using the https protocol.