Re: Apache: modssl SSLRequire

2006-04-26 Thread Olaf Gellert
Olaf Gellert wrote: > Dominique Lohez wrote: > >>> Still don't know what I am doing wrong. Here's my complete >>> actual config (if someone really would want to look at it) >>> ;-) Seems as if the SSLRequire never comes into effect >>> (even if I compare the CN with "Foo" instead of "Testuser" >>

Re: Apache: modssl SSLRequire

2006-04-26 Thread Olaf Gellert
Dominique Lohez wrote: >> Still don't know what I am doing wrong. Here's my complete >> actual config (if someone really would want to look at it) >> ;-) Seems as if the SSLRequire never comes into effect >> (even if I compare the CN with "Foo" instead of "Testuser" >> access is allowed)... >> >

Re: Apache: modssl SSLRequire

2006-04-25 Thread Dominique Lohez
Olaf Gellert wrote: Dominique Lohez wrote: You use the directive Order deny allow so the deny directives are evaluated before the alow directives and furthermore every thing which is not denied is allowed I suggest you should use the Order Allow, deny directive so that everything which

Re: Apache: modssl SSLRequire

2006-04-24 Thread Olaf Gellert
Dominique Lohez wrote: > You use the directive > Order deny allow > so the deny directives are evaluated before the alow directives > and furthermore every thing which is not denied is allowed > > I suggest you should use the > Order Allow, deny directive > so that everything which is not allo

Re: Apache: modssl SSLRequire

2006-04-24 Thread Dominique Lohez
Olaf Gellert wrote: Hi, somewhat off topic, but as there are so many users of Apache/ModSSL around here (and I already asked on the modssl mailing list): I want an Apache SSL server to request client authentication. This works. Additionally I want to restrict access only to certain users with

Apache: modssl SSLRequire

2006-04-24 Thread Olaf Gellert
Hi, somewhat off topic, but as there are so many users of Apache/ModSSL around here (and I already asked on the modssl mailing list): I want an Apache SSL server to request client authentication. This works. Additionally I want to restrict access only to certain users with a valid certificate. So