Problems with a SSL conf.

2002-11-27 Thread Pierre-Yves Jaquenoud
Hi, I'm using a Apache webserver version 2.0.43 and mod_ssl (the latest version). I configured the ssl.conf file and i start the webserver with the command "apachectl startssl". If i enable the following configuration instruction into the ssl.conf file : "SSLVerifyClient require" i can't connect t

Re: Problems with a SSL conf.

2002-11-27 Thread Alexandre
i was have this problem at 3 days ago. i cant know what cause this problem, so, i restore a backup ... good look Alexandre Pierre-Yves Jaquenoud wrote: > Hi, > I'm using a Apache webserver version 2.0.43 and mod_ssl (the latest > version). > I configured the ssl.conf file and i start the we

Re: Problems with a SSL conf.

2002-11-27 Thread Estrade Matthieu
SSLVerifyClient is for verify the client certificate in SSLv3 So maybe try to setup SSLProtocol SSLv3 I did that earlier and it's working fine m.e Pierre-Yves Jaquenoud wrote: Hi, I'm using a Apache webserver version 2.0.43 and mod_ssl (the latest version). I configured the ssl.conf file and