Full_Name: Heather Hawkins
Version: 2.7.1-1.3.14
OS: Solaris 5.8
Submission from: (NULL) (64.160.124.2)


Help I can't get the CA-Intermediate certificate to work.

I am using Apache configured with OPENSSL & MODSSL - Modssl links Openssl
and Apache together.
http://apachetoday.com/news_story.php3?ltsn=2000-12-11-001-06-OS-LF-AD

I can start "apachectrl startssl" as long as the only syntax in my virtual host
is:
NameVirtualHost xxx.xxx.xx.xx
<VirtualHost xxx.xxx.xx.xx>
ServerName common.name.com   
</VirtualHost>

When I try to input SSL directives I get errors:

NameVirtualHost xxx.xxx.xx.xx

<VirtualHost xxx.xxx.xx.xx>
ServerName common.name.com
SSLEnable
SSLRequireSSL
SSLCertificateKeyfile /path/to/server.key
SSLCertificateFile /path/to/server.crt
SSLCACertificateFile /path/to/ca/intermediate/ca.crt

</VirtualHost>  

When I input this text or any SSL directives I get the following errors:

 Syntax error on line 959 of /path/to/apache_1.3.14/conf/httpd.conf:
Invalid command 'SSLEnable', perhaps mis-spelled or defined by a module not
incl
uded in the server configuration
bin/apachectl startssl: httpd could not be started     

The error command name "SSLEnable" changes depending on what SSL directive I
start off with, 
but it's the same error - so of course I assume that something is not configured
correctly - 
the following is how I installed everything:

untar apache_1.3.14
cd apache_1.3.14

./configure \
--prefix=/path/to/apache_1.3.14 \
--enable-rule=SHARED_CORE \
--enable-module=so   

my server needs JServer so I do that step next
untar ApacheJServ-1.1.2
cd ApacheJServ-1.1.2

./configure \
--prefix=/path/to/jserv \
--with-apxs=/path/to/apache_1.3.14/bin/apxs \
--with-jdk-home=/path/to/java1.2.2 \
--with-JSDK=/path/to/jsdk.jar \
--enable-EAPI
--disable-debugging   

then I configure some of the jserv properties

then I install openssl

untar openssl-0.9.6
cd openssl-0.9.6
./config  --prefix=/path/to/install --openssldir=/path/to/openssl
     make
     make test
     make install

then I install mod_ssl

untar mod_ssl-2.7.1-1.3.14
cd mod_ssl-2.7.1-1.3.14

./configure --with-apache=/path/to/apache_1.3.14 \
--with-ssl=/path/to/openssl-0.9.6 \
--with-crt=/path/to/apache_1.3.14/server.crt \
--with-key=/path/to/apache_1.3.14/server.key \
--prefix=/path/to/apache_1.3.14   

Everything seems to be successful - I can start "apachectl startssl" - but I
have the above 
errors.

I've used the following resources, but I can't seem to figure it out and I'm
using a 
verisign certificate they only know links to send me to not how to troubleshoot
it them 
selves.

Resources:
http://apachetoday.com/news_story.php3?ltsn=2000-12-11-001-06-OS-LF-AD
http://www.modssl.org
http://www.modssl.org/support/bugdb/index.cgi?page=9;user=guest
http://www.modssl.org/docs/2.6/ssl_faq.html
http://www.openssl.org/support/faq.html
http://www.openssl.org/
http://httpd.apache.org/docs/misc/FAQ.html
http://www.apache.org
http://www.apache-ssl.com/docs.html
http://java.apache.org/jserv/install/howto.unix_install.html

I really hope you can help me - I've rebuilt this so many times and it's a
little 
frustrating - I know it has to be something stupid, but I can't figure it out.

Thanks
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to