Setting up Apache Web Server to Run on SSL

You can set up Apache Web Server to Run on SSL.

Procedure

  1. Review the Apache documentation for information on setting up Apache for SSL. You can find basic documentation on setting up Apache for SSL at the following URL:
  2. Locate the APACHE_HOME/conf/extra/httpd-ssl.conf file.
  3. Edit the httpd-ssl.conf file and ensure that it contains the following lines:
    SSLEngine on
    
    SSLProxyEngine on
    
    SSLProxyVerify none 
    
    SSLProxyCheckPeerCN off
    
    SSLProxyCheckPeerName off