JavaScript must be enabled in order to use this site.
Please enable JavaScript in your browser and refresh the page.
Setting up Apache Web Server to Run on SSL
You can set up Apache Web Server to Run on SSL.
Procedure
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:
Locate the
APACHE_HOME /conf/extra/httpd-ssl.conf file.
Edit the
httpd-ssl.conf file and ensure that it contains the following lines:
SSLEngine on
SSLProxyEngine on
SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
Copyright © Cloud Software Group, Inc. All rights reserved.