Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2002 09:15:40 +0000
From:      Simon Dick <simond@irrelevant.org>
To:        Manuel Hendel <manuel@hendel.net>
Cc:        freebsd@nterprise.net, freebsd-questions@freebsd.org
Subject:   Re: apache+mod_ssl-1.3.23+2.8.7 - SSLEngine problems
Message-ID:  <20020307091540.GG376@irrelevant.org>
In-Reply-To: <55132.62.208.225.82.1015491821.squirrel@webmail.easygolucky.de>
References:  <55132.62.208.225.82.1015491821.squirrel@webmail.easygolucky.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Try HEAD / HTTP/1.0 rather than just GET

On Thu, Mar 07, 2002 at 10:03:41AM +0100, Manuel Hendel wrote:
> 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
> 

-- 
Simon Dick					simond@irrelevant.org

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?20020307091540.GG376>