You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The configuration file lets you enable Apache SSL by setting HTTP_SSL = TRUE. The SSL settings in the configuration file also include paths for the SSL certificate file and certificate key file, which are required to run SSL.

When SSL is enabled, web server port number 443 (specified in the WEBSERVER_PORT setting) is used by default. If you customize the HTTP_BASE_URL setting with SSL enabled, you must use HTTPS protocol when specifying the URL; for example: HTTP_BASE_URL = https://myhost:321.

  • No labels