With web server apache a basic client authentication (userid/password)
can be forced from an application, sending something like that (the
example comes from php manual):
        Header("WWW-Authenticate: Basic realm=\"My Realm\"");
        Header("HTTP/1.0 401 Unauthorized");
        .............
The question is:
Is it possible to do the same with modssl, but requesting to provide the
user certificate instead the userid/password?
-- 
                                                Mario
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to