Networking Forums

Networking Forums > Computer Networking > Linux Networking > name based virtual host

Reply
Thread Tools Display Modes

name based virtual host

 
 
query.cdac@gmail.com
Guest
Posts: n/a

 
      04-16-2007, 11:48 AM
Is it possible to create a ssl enabled name based virtual host ?

 
Reply With Quote
 
 
 
 
elsiddik
Guest
Posts: n/a

 
      04-16-2007, 12:28 PM
On Apr 16, 9:48 pm, query.c...@gmail.com wrote:
> Is it possible to create a ssl enabled name based virtual host ?



no you can't,
the SSL protocol layer stays below the HTTP protocol layer and
encapsulates HTTP. When an SSL connection (HTTPS) is established
Apache/mod_ssl has to negotiate the SSL protocol parameters with the
client. For this, mod_ssl has to consult the configuration of the
virtual server .
But in order to go to the correct virtual server Apache has to know
the Host HTTP header field. To do this, the HTTP request header has to
be read. This cannot be done before the SSL handshake is finished, but
the information is needed in order to complete the SSL handshake
phase.


-- http://linux.web.cern.ch/linux/slc4/...-settings.html

zaher el siddik,
http://elsiddik.blogspot.com/

 
Reply With Quote
 
David Schwartz
Guest
Posts: n/a

 
      04-18-2007, 12:04 PM
On Apr 16, 4:48 am, query.c...@gmail.com wrote:
> Is it possible to create a ssl enabled name based virtual host ?


(I'm assuming you are talking about a web server.)

RFC2817 documents a way to do this, and it was put on the standards
track way back in 2000. Sadly, support is essentially non-existent.

http://www.ietf.org/rfc/rfc2817.txt

DS

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ip based virtual hosting behind router Markus Bender Linux Networking 2 12-12-2004 04:04 PM
Virtual host question Ron Abramson Linux Networking 5 11-22-2004 01:43 PM
CSS displayed as text for virtual host pragmatist Linux Networking 1 07-28-2004 05:55 PM
Virtual (but MASQueraded) Linux host? Robert Berry Linux Networking 0 10-16-2003 09:26 PM
Virtual (but MASQueraded) Linux host? Robert Berry Linux Networking 0 10-16-2003 09:26 PM



1 2 3 4 5 6 7 8 9 10 11