Peter Jones wrote:
> I have got mod_ssl working using the default certificate, but I would
> like to have user authentication rather than the current certificate.
> All I get when I logon https://localhost is "do you trust this
> certificate", when I say yes I am in.
> 
> How do I set that up?

Assuming you want certificate-based authentication (rather than basic
authentication), what you must do is change

  SSLVerifyClient none

into

  SSLVerifyClient require

in your httpd.conf.
Then the browser will have to present a valid certificate in order to
get in.

Regards,
Jan
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to