Does anyone know an existing webserver on the net where SSL client
authentication is requested on a per-URL basis?  And does anyone know the URL
of such a server, so I can establish a test-connection to it?

To better understand my question, here is the background: 

I've currently added support for per-directory/URL based SSL re-negotiation to
mod_ssl (Apache), i.e. the user can configure a different cipher suite or
change the client authentication type on a per-directory basis while mod_ssl
implements this by forcing a re-negotiation of the SSL/TLS connection
parameters _after_ the client has sent the HTTP request, but _before_ Apache
sends the response.

It works already fine with s_client and my Communicator 4.05, but I want to
compare the communication details (when and how the re-negotiation takes
place) between my Apache+mod_ssl+SSLeay server and perhaps a Netscape Commerce
server or any other server which provides this facility.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to