Re: Mod SSL & Rewriting

1999-04-15 Thread Bodo Moeller
On Wed, Apr 14, 1999 at 09:41:34AM +0200, Ralf S. Engelschall wrote: > On Tue, Apr 13, 1999, Gary Carroll wrote: >> I think you may find that you can only use SSL with IP-based vhosts. For >> name-based vhosts you need to have established the connection to read >> the Host: header, which for SSL

Re: Mod SSL & Rewriting

1999-04-14 Thread Ralf S. Engelschall
On Tue, Apr 13, 1999, Gary Carroll wrote: > I think you may find that you can only use SSL with IP-based vhosts. For > name-based vhosts you need to have established the connection to read > the Host: header, which for SSL means sending out the appropriate cert > for the domain your client is con

Re: Mod SSL & Rewriting

1999-04-13 Thread Steffen Dettmer
> Any ideas on how to specify cert/key files for virtual hosts which do not > exist? Do you know that the cert is sent before any other information like a HTTP request? So you cannot select the Servercert after the HTTP request came in, and so you cannot use different certs with the same IP-Adres

Re: Mod SSL & Rewriting

1999-04-13 Thread Gary Carroll
I think you may find that you can only use SSL with IP-based vhosts. For name-based vhosts you need to have established the connection to read the Host: header, which for SSL means sending out the appropriate cert for the domain your client is connecting to. If you only have one IP interface ther

Mod SSL & Rewriting

1999-04-13 Thread Dave
Any ideas on how to specify cert/key files for virtual hosts which do not exist? I am rewriting URLs to the appropriate directories with the following: RewriteEngine On RewriteMap vhost txt:/var/www/conf/vhost.map RewriteMaplowercaseint:tolower RewriteCond %{HTTP_HOST} !^$ RewriteC