Re: [Modules] Cannot get client certificate verification to work

2009-01-19 Thread Nikos Mavrogiannopoulos
Sander Marechal wrote: Nikos Mavrogiannopoulos wrote: Sander Marechal wrote: When I connect to the root I do not get asked for a client certificate, as expected. But when I go to /xmlrpc or to /users/certificate then I do not get asked for a client certificate. Instead it simply shows the

Re: [Modules] Cannot get client certificate verification to work

2009-01-18 Thread Nikos Mavrogiannopoulos
Sander Marechal wrote: When I connect to the root I do not get asked for a client certificate, as expected. But when I go to /xmlrpc or to /users/certificate then I do not get asked for a client certificate. Instead it simply shows the page as if verification succeeded. What is the session

Re: [Modules] Cannot get client certificate verification to work

2009-01-18 Thread Sander Marechal
Nikos Mavrogiannopoulos wrote: Sander Marechal wrote: When I connect to the root I do not get asked for a client certificate, as expected. But when I go to /xmlrpc or to /users/certificate then I do not get asked for a client certificate. Instead it simply shows the page as if verification

Re: [Modules] Cannot get client certificate verification to work

2009-01-13 Thread Nikos Mavrogiannopoulos
Sander Marechal wrote: I have done some more digging and its weirdness. It looks like mod_gnutls does not take the VirtualHost directive into account. Below is again the configuration of my two virtual hosts. The Subversion server only has a server certificate. The CakePHP virtual host has a

Re: [Modules] Cannot get client certificate verification to work

2009-01-13 Thread Sander Marechal
Nikos Mavrogiannopoulos wrote: Does http://test[123].gnutls.org work for your browser? In those only test2 asks for certificate. If you mean https:// instead of http:// in those URLs, then yes it works for me. Only https://test2.gnutls.org asks for a certificate. -- Sander Marechal

[Modules] Cannot get client certificate verification to work

2009-01-12 Thread Sander Marechal
Hi all, I cannot get client certificate verification to work, no matter what I try. I have two virtual hosts using GnuTLS. The first one is mu Subversion server. VirtualHost *:443 # SSL using GnuTLS GnuTLSEnable On GnuTLSCertificateFile /etc/apache2/ssl/cert.pem