Configuring SSL

From KnowledgeTree Community

Jump to: navigation, search

Contents

Overview

HTTP over SSL encryption may be utilized to secure communication between the client web browser and the server. We strongly recommend configuring SSL if your server is accessible from outside of your company firewall.


SSL Certificates

You may decide to either generate your own self signed certificate or to purchase a certificate from a certificate authority.


Configuring SSL on IIS servers


Configuring SSL on Apache Servers


Zend Server's Bundled Apache

Zend Server's Apache installation includes support for the ssl_module, but this needs to be loaded in order to activate it.


1. Open your httpd.conf file.

By default, this is located in:

Windows: <install_path>\apache2\conf\httpd.conf


2. Un-comment the following line by removing the "#".

Include conf/extra/httpd-ssl.conf

This calls the SSL configuration file.


3. Place your server.crt and server.key certification files in the 'conf' folder.


4. Restart the Apache server for the changes to take effect.

Personal tools