![]() |
![]() HP OpenVMS SystemsSecure Web Server (based on Apache) |
|
![]() |
Setup and release notes for using SSL__Topics_____________________________________ DocumentationComprehensive usage information for working with SSL is available in this Compaq Secure Web Server SSL User Guide. These notes are intended to supplement the general Installation and Configuration Guide for CSWS. SSL filesCompaq Secure Web Server includes two modules for its SSL functionality. These are OpenSSL and mod_ssl. Mod_ssl integrates OpenSSL with a set of source patches for Apache called the Extended API (EAPI). These components are included and automatically installed in CSWS: the OpenVMS implementation of Apache with mod_ssl. After installingAfter installing C ompaq Secure Web Server, additional steps are performed automatically for you by running the configuration utility.
This
includes
creating a self-signed server certificate and installing it.
CSWS
will not run without a server certificate that is valid for your
system. You may want to view th
e
contents of this
file using the OpenSSL
Certificate Tool
before
starting the server.
Configuration OptionsDuring the configuration procedure, you have the option to enable or disable SSL (see Disabling SSL) and to add optional command-line arguments to the server. The optional command-line arguments enable you to make settings in the main configuration file (HTTPD.CONF) that can be turned on and off for individual systems. Choose "Yes" in response to the following question if you want to enter new command-line arguments:
Then enter the command-line argument(s) when prompted, as in the following example: Setting a command-line argument:
Removing the argument by leaving the optional argument blank (a null string):
Verifying an SSL connectionT h e server now has a self-signed server certificate, meaning that clients can establish secure (encrypted) connections with your server. Note: For purposes of a production environment, your server certificate should normally be signed by a third-party commercial certificate authority. To verify that your SSL-aware server is working:
Disabling SSLYou can disable SSL on CSWS by running the configuration utility. Customizations you have made to your mod_ssl directives and certificates you have generated with the OpenSSL Certificate Tool are preserved.
Release NotesThese notes are intended to supplement the general Release Notes for CSWS. Comprehensive usage information for working with SSL is available in this Compaq Secure Web Server SSL User Guide. Do not install Java or Perl modulesCompaq Secure Web Server T1.0 Beta 1 is not designed for use with the JServ/JSSI beta kit or the Mod_Perl beta kit. Do not install these kits after installing CSWS. You are strongly recommended to use these modules only with Apache Web Server Version 1.3.12 for OpenVMS Alpha. Child processes stuck in KEEPALIVE stateIn SSL mode, child processes (APACHE$WWW_n) are getting stuck in KEEPALIVE state. Once in this state, they never time out so eventually the server reaches its maximum process limit.
Recovery requires restarting the server. Use the normal shutdown command:
If the server does not shut down, use STOP PROC using the parent process PID. For example:
Do not use the <Location> statementThe <Location> statement (which provides for access control by URL) does not work with mod_ssl directives. Although it's use in other contexts is permitted in HTTPD.CONF, mod_ssl directives should be enclosed in the <Directory> or <Virtualhost> section commands.
|