On Wed, Feb 07, 2001 at 12:46:42PM +0100, Morten Rønseth wrote:
> I have configured the server as this:
> 
> Port 80
> Listen 80
> Listen 443
> 
> 
> And, when I try to connect using browser via https I get "Security failure.
> Data Encryption error".

Yes, but how shall the server know that it should speak https on port 443?
<VirtualHost _default_:443>
...
SSLEngine on
...
</VirtualHost>

Please check out the example httpd.conf file.

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to