RE: No such module 'ssl'

2002-09-06 Thread Jose Correia (J)

Hi Alex

Why are you using:

--with-ssl=../apache_1.3.26/src/modules/ssl/

instead of --with-ssl=../openssl_0.9.6a  (or whatever version you
have) ??

Cheers
Jose



-Original Message-
From: Alex Kirk [mailto:[EMAIL PROTECTED]]
Sent: 05 September 2002 21:49
To: [EMAIL PROTECTED]
Subject: Re: No such module 'ssl'


 Hi Alex 
 
 I think he meant you to run ./configure from the mod_ssl
installation
 directory and not the apache one.

Still getting problems with that: 

bash-2.04# pwd
/home/packages/mod_ssl-2.8.10-1.3.26
bash-2.04# SSL_BASE=/home/packages/openssl-0.9.6g/ ./configure 
 --with-apache=../apache_1.3.26 --with-layout=Apache 
 --with-ssl=../apache_1.3.26/src/modules/ssl/
--prefix=/usr/local/apache/ 
 --enable-module=so --activate-module=src/modules/perl/libperl.a 
 --activate-module=src/modules/php4/libphp4.a
Configuring mod_ssl/2.8.10 for Apache/1.3.26
+ Apache location: ../apache_1.3.26 (Version 1.3.26)
+ OpenSSL location: ../apache_1.3.26/src/modules/ssl/
+ Auxiliary patch tool: ./etc/patch/patch (local)
+ Applying packages to Apache source tree:
  o Extended API (EAPI)
  o Distribution Documents
  o SSL Module Source
  o SSL Support
  o SSL Configuration Additions
  o SSL Module Documentation
  o Addons
Done: source extension and patches successfully applied. 

Configuring for Apache, Version 1.3.26
+ using installation path layout: Apache (config.layout)
+ activated perl module (modules/perl/libperl.a)
+ activated php4 module (modules/php4/libphp4.a)
configure:Error: No such module named 'ssl'
./configure:Error: APACI failed 

I even checked for a libssl.a in apache_1.3.26/src/modules/ssl/; there

wasn't one, but I found one in openssl-0.9.6g/ and copied it over.
That 
didn't work, either. 

You'd really think this wouldn't be so complex... 

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



Using a different CA

2002-09-06 Thread Peter Hicks

Hello List,

I have a question regarding the use of a different CA. I recently
purchased an SSL certificate from comodo.net and I have not been able
to get it to work properly. My browser responds that it cannot
recognize the issuer of the certificate. I am running apache 1.3.26,
mod-ssl 2.8.9, and openssl 0.9.6c on a debian woody system.


The global-ca.txt file has been downloaded from their site, and I have
contacted their tech support, who have provided me with no answers.

I have the following directive in my
vitual host container tags:

IfModule mod_ssl.c
SSLEngine on
SSLCertificateFile/etc/apache/ssl.crt/site.crt
SSLCertificateKeyFile /etc/apache/ssl.key/site.key
SSLCACertificateFile /etc/apache/ca-bundle/global-ca.txt
SetEnvIf User-Agent .*MSIE.*  nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
/IfModule


Has anyone else had any experience with comodo? Should I break down
and shell out the extra $$ for a Thawte cert?

Any help would be greatly appreciated!

-- 
Peter Hicks
GnuPG public key: http://jah.net/~petong/public_key.txt
Key Fingerprint: 4E24 3C78 A165 537C 729C  8D25 3547 3CE9 9E7D 42B6
Every why hath a wherefore. -- William Shakespeare, A Comedy of Errors
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]