Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2002 10:03:41 +0100 (CET)
From:      "Manuel Hendel" <manuel@hendel.net>
To:        <freebsd@nterprise.net>
Cc:        <freebsd-questions@freebsd.org>
Subject:   Re: apache+mod_ssl-1.3.23+2.8.7 - SSLEngine problems
Message-ID:  <55132.62.208.225.82.1015491821.squirrel@webmail.easygolucky.de>

next in thread | raw e-mail | index | archive | help
If I do what you say I just get:

partagas:/d1/home/mhe$ telnet ip-address 80
Trying ip-address...
Connected to ip-address.
Escape character is '^]'.

If I do a "GET" I get the following:

GET
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>403 Forbidden</TITLE>
</HEAD><BODY>
<H1>Forbidden</H1>
You don't have permission to access /
on this server.<P>
<HR>
<ADDRESS>Apache/1.3.23 Server at host.domain.tld Port 80</ADDRESS>
</BODY></HTML>

Is this what you mean? I can't see the "Server: " line.

Manuel

Connection closed by foreign host.
> telnet to port 80 on your webserver host and look at the "Server: "
> line (you might need a big screen buffer or run it through "script").
> It should say something like this:
>
> Server: Apache/1.3.22 (Unix) mod_ssl/2.8.5 OpenSSL/0.9.6b mod_jk
>
> If you don't see the mod_ssl or OpenSSL text, that might explain why
> "SSLEngine" is failing.
>
> It could also be that "SSLEngine" should be outside a VirtualHost
> definition, but you can keep the "SSLCertificate..." lines in the
> VHost.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55132.62.208.225.82.1015491821.squirrel>