Specifying Settings for SSL in the Apache httpd.conf File
Procedure
-
Uncomment the line that reads:
#LoadModule ssl_module modules/mod_ssl.so
-
Uncomment the lines that point to the httpd-ssl.conf file:
# Secure (SSL/TLS) connections
#Include conf/extra/httpd-ssl.conf
-
Edit any lines that specify ProxyPass settings and ensure that they specify HTTPS URLs and the port number for SSL (9133).
For example:
ProxyPass /apiKey https://developer.company.com :9133/apiKey
ProxyPassReverse /apiKey https://developer.company.com: 9133/apiKey
Copyright © Cloud Software Group, Inc. All rights reserved.