Re: [EMAIL PROTECTED] SSL and AuthType Basic

2005-08-23 Thread Ashley Gould
On Tue, Aug 23, 2005 at 09:23:29AM -0400, Joshua Slive wrote: > On 8/22/05, Ashley Gould <[EMAIL PROTECTED]> wrote: > > I want to force use of https on directories where authentication is > > required to avoid sending htpasswords in the clear. Example: > > > > > > RewriteEngineon > >

Re: [EMAIL PROTECTED] SSL and AuthType Basic

2005-08-23 Thread Joshua Slive
On 8/22/05, Ashley Gould <[EMAIL PROTECTED]> wrote: > I want to force use of https on directories where authentication is > required to avoid sending htpasswords in the clear. Example: > > > RewriteEngineon > RewriteCond %{HTTPS} !=on > RewriteRule (.*) https://w

[EMAIL PROTECTED] SSL and AuthType Basic

2005-08-22 Thread Ashley Gould
I want to force use of https on directories where authentication is required to avoid sending htpasswords in the clear. Example: RewriteEngineon RewriteCond %{HTTPS} !=on RewriteRule (.*) https://www.ucop.edu/blah/blah/$1 [R] AuthType Basic AuthName "Re