Previous Topic: SSL ID Session Scheme Configuration

Next Topic: IP Address Session Scheme


Modifying the httpd.conf File for the SSL ID Scheme

In addition to configuring the SSL ID session scheme in the server.conf file, you have to modify the Apache Web server httpd.conf file to enable SSL.

To modify the httpd.conf file for the SSL ID scheme

  1. Open the httpd.conf file located in the directory sps_home/secure-proxy/httpd/conf.
  2. Locate the line in the file that reads:

    #SSLOptions +StdEnvVars +ExportCertData +CompatEnvVars

  3. Delete the # symbol from the beginning of the line.

    Note: For SPS r6.0 SP 3 and later, also remove +CompateEnvVars so that the line reads as follows:

    SSLOptions +StdEnvVars +ExportCertData

  4. Save the httpd.conf file.
  5. Restart the SPS.