Re: [TSVN] TortoiseSVN: Problem getting SSL Client Certificates to, work
From: Nigel Green <nigel.green_at_sslz.com>
Date: 2004-10-17 02:49:00 CEST
Steve,
------------------------------------------------------------------------
The final workaround that I came up with may well be helpful to others
What I was trying to achieve was a single server containing 2 virtual
Adding a "SSLVerifyClient Optional" directive to the "per-server"
However, this left me with a big problem.
A different approach was called for.
SSLRequire %{SSL_CLIENT_VERIFY} eq "SUCCESS"
This directive grants access to the directory only if a client
so to summarise, the relevant lines of my new Apache configuration that
-----------------------------------------------SNIP
### Virtual host configuration for the PUBLIC host (not requiring a
### Virtual host configuration for SUBVERSION (requiring a client
<Location /svn>
</Location>
-----------------------------------------------SNIP
------------------------------------------------------------------------
SteveKing wrote:
I'm not sure, but maybe this URL describes the problem you're seing?
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Oct 17 13:19:30 2004
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.