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

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