Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Apr 2004 13:20:52 +0200
From:      Remko Lodder <remko@elvandar.org>
To:        questions@freebsd.org
Subject:   Re: private subsubdomains
Message-ID:  <4073E414.9000805@elvandar.org>
In-Reply-To: <Pine.GSO.4.58.0404071142260.12406@mail.ilrt.bris.ac.uk>
References:  <20040407121106.281f4abf.freebsd-questions@gmx.de> <Pine.GSO.4.58.0404071142260.12406@mail.ilrt.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> The major exception is HTTP (and the various things that layer on top of
> it) which carries the target hostname as part of the protocol.
> Unfortunately, HTTPS leaves you back at square one since it uses SSL
> directly rather than via some form of STARTTLS negotiation that might be
> able to send the desired hostname.

No it's not, HTTP points to a ip adres, the ip adres can have virtual 
hosts, it cannot send the request to pc1.my.domain.com if that matches 
or to pc2.my.domain.com

This can be done if you use a Reversed Proxy or an Gateway which can 
make the decision to send it to host x when the HTTP/1.1 request is 
Host: host x

Cheers
> 


-- 

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl A Dutch community for helping newcomers on the 
hackerscene



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