Re: how to nest SSLRequire

2003-08-21 Thread Hendrik Robbel
Why not just use REQUEST_URI as part of your SSLRequire statement instead of wrapping it in It works, thank you! +Hendrik __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: how to nest SSLRequire

2003-08-20 Thread Mads Toftum
On Wed, Aug 20, 2003 at 10:56:11AM +0200, Hendrik Robbel wrote: > Hi, > > I tried to nest two with SSLRequire entries: > > > SSLRequire (%{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \ > and %{SSL_CLIENT_S_DN_O} eq "user" ) > > > > > SSLRequire (%{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \ >

how to nest SSLRequire

2003-08-20 Thread Hendrik Robbel
Hi, I tried to nest two with SSLRequire entries: SSLRequire (%{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \ and %{SSL_CLIENT_S_DN_O} eq "user" ) SSLRequire (%{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \ and %{SSL_CLIENT_S_DN_O} eq "Global" ) But I got a 403 when I tried to access