I am running Apache Apache/1.3.12 (Unix) Red-Hat-Secure/3.2

When I add a second secure certificate to the server for a second secure
domain name, on a different IP address,
the Apache server will not start.  It generates an error message shown
at the bottom of this message.

It has been suggested that I should download and install the lastest
mod_ssl to fix this problem. So, I have
two questions:

1) Does the latest mod_ssl fix this problem?

2) On the mod_ssl site, it says the latest mod_ssl is based on Apache
1.3.19  Will it compile and function
correctly with my Apacheversion 1.3.12?

Below is some descriptive info on the problem:

********************************************************
** In the httpd.conf file, we've got name virtual hosts
** set up.
********************************************************

NameVirtualHost 192.168.2.110:80
NameVirtualHost 192.168.2.110:443

NameVirtualHost 192.168.2.111:80
NameVirtualHost 192.168.2.111:443

********************************************************
** Also, we've got the two virtual hosts set up, each 
** with their own key files.
********************************************************

<VirtualHost 192.168.2.110:443>
ServerName www.domainone.com
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/local/apache/domainone/www
ScriptAlias /cgi-bin/ /usr/local/apache/domainone/cgi-bin/
ErrorLog /usr/local/apache/domainone_logs/error_log-ssl
TransferLog /usr/local/apache/domainone_logs/access_log-ssl
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
SSLEngine on
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile    /etc/httpd/conf/ssl.crt/domainone.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/domainone.key
</VirtualHost>

<VirtualHost 192.168.2.111:443>
ServerName www.domaintwo.com
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/local/apache/domaintwo/www
ScriptAlias /cgi-bin/ /usr/local/apache/domaintwo/cgi-bin/
ErrorLog /usr/local/apache/domaintwo_logs/error_log-ssl
TransferLog /usr/local/apache/domaintwo_logs/access_log-ssl
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
SSLEngine on
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile    /etc/httpd/conf/ssl.crt/domaintwo.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/domaintwo.key
</VirtualHost>

********************************************************
** Server won't start.  It generates this error message
** in the SSL error log for domaintwo.
********************************************************

[Wed Apr  4 15:48:12 2001] [error] mod_ssl: Couldn't recover size of
server key www.domaintwo.com:443/KEY_LENGTH
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to