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.
-
Ensure that you configured IIS to work as a reverse proxy.
-
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.
-
-
In SSL Settings for your website, configure IIS to require an SSL connection.
- Verify that you can access the OpenText Application Quality Management server through the IIS virtual IP using the https protocol.

