Tarjei Huse wrote:

> WHen a client requests http from a host:port is it possible to tell the browser
> that it must switch to ssl to get into the port? I.e. that this happens
> flwalessly to the same port?

Hmmm... I don't think apache (or any other webserver) allows you to
server ssl + non-ssl on the same IP/port combo. You can send a redirect
to the https://<your url here> and set the 'port' field of your host
entry to '0' which will make it match on both 80 and 443.

Emile



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to