Skip to main content

Setting up HTTPS for tenant services

If you are using a standard port, this section will provide an overview on how to set up HTTPS for tenant services.

You can use Apache Web Server (httpd) version 2.2.16 or later to provide HTTPS for the Incentives tenant services.

Make sure you have already set up HTTPS for the REST API.

  1. Navigate to the following location:

    C:\Program Files\Apache Software Foundation\Apache2.2.16\conf

  2. Open the httpd.conf file.

  3. In the <VirtualHost *:443> section, after the ProxyPassReverse /api/ http://localhost:8080/api/ line, add the following lines to the file:

    ProxyPass /services/ http://localhost:9100/services/
    ProxyPassReverse /services/ http://localhost:9100/services/
    
  4. Save the httpd.conf file.

  5. Restart the Apache Web Service.