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.
Navigate to the following location:
C:\Program Files\Apache Software Foundation\Apache2.2.16\conf
Open the
httpd
.conf
file.In the
<VirtualHost *:443>
section, after theProxyPassReverse /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/
Save the
httpd
.conf
file.Restart the Apache Web Service.