On Tue, 2003-01-28 at 03:11, Doug Gorley wrote:
> I've emerged Apache, OpenSSL and mod_ssl, and I believe that Apache is
> recognizing mod_ssl, since OpenSSL is included in my error_log message:
> 
> [Mon Jan 27 15:49:01 2003] [notice] Apache/1.3.27 (Unix)  (Gentoo/Linux)
> mod_ssl/2.8.12 OpenSSL/0.9.6g configured -- resuming normal operations
> 
> I've followed the directions in the OpenSSL tutorial
> (http://www.openssl.org/docs/HOWTO/certificates.txt), and created a
> self-signed certificate for testing purposes.
> 
> So, my question is, what now?  Based on the docs, I took a guess and
> added the following lines to my apache.conf file:
> 
> SSLCertificateFile    /home/doug/.openssl/cacert.pem
> SSLCertificateKeyFile /home/doug/.openssl/privkey.pem
> 
> However, when I try and access my machine with the https:// prefix, the
> connection is refused.  I'm having significant trouble finding
> straightforward documentation on this; can anyone help?
> 
> Thanks,

Your description is a little small but the first thing I would think
about is: did you add the 'Listen 443' directive in your apache
configuration file ?

Hope it will help.
Regards,

--
Aur�lien Gouny <[EMAIL PROTECTED]>
Paris, France



--
[EMAIL PROTECTED] mailing list

Reply via email to