Re: [users@httpd] Combining SSL and basic user (group) authentication

2019-03-31 Thread Richard70nl
Hi Eric and All, > On 31 Mar 2019, at 18:53, Eric Covener wrote: > > In 2.4 it would be surrounding the two requires with Yes… that’s it. Thanks so much. The config that works is now: AllowOverride None Options None AuthType Basic AuthName "Test User" AuthBasicProvider

Re: [users@httpd] Combining SSL and basic user (group) authentication

2019-03-31 Thread Richard70nl
Hi John and All > On 31 Mar 2019, at 18:41, John wrote: > > Why not redirect the incoming HTTP connections to HTTPS? Yeah, I was considering that as well. Don’t ask me why, but I always have the idea that the redirect can be avoided and access is still “open". The solution in this case woul

[users@httpd] Combining SSL and basic user (group) authentication

2019-03-31 Thread Richard70nl
Dear all, I’m trying to figure out how I can give access to documents by combining SSL and basic user authentication. The following is from my httpd config: AllowOverride None Options None AuthType Basic AuthName "Test User" AuthBasicProvider dbd AuthDBDUserPWQuery "sel