Specifying Settings for SSL in the Apache httpd.conf File

Procedure

  1. Uncomment the line that reads:
    #LoadModule ssl_module modules/mod_ssl.so
  2. Uncomment the lines that point to the httpd-ssl.conf file:
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
  3. 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