You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alessandro Pisani <al...@tin.it> on 2003/06/25 08:08:34 UTC

svn and SSL authentication

hi all,
i'm having some problems with SSL authentication: i've just successfully 
configured apache as:

SSLVerifyClient     optional

<Location /code>
        SetOutputFilter DEFLATE

        AuthType Basic
        AuthName "Code repository"
        AuthUserFile /path/to/auth-passowrd-file
        Require valid-user

        SSLRequire (     %{SSL_CIPHER_USEKEYSIZE} >= 128 \
                          and %{SSL_CLIENT_VERIFY} eq "SUCCESS" )

        SSLVerifyDepth       10
        SSLRequireSSL
</Location>

and .subversion/servers with:

[testserver]
ssl-authorities-file = /path/to/sslstuff/ca.crt
ssl-client-cert-type = pkcs12
ssl-client-cert-file = /path/to/sslstuff/client1.p12
ssl-client-cert-password = thepassword!


svn now correctly authenticate against SSL client certificates but is does NOT 
ask users for the auth-basic username/password. Please note that trying this 
from https://testserver/code/ instead work as expected (ssl authentication + 
auth basic)

apache is 2.0.46, subversion 0.24.2

Is there something I missed out?
thanks in advance,
alessandro


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn and SSL authentication

Posted by Alessandro Pisani <al...@tin.it>.
On Wednesday 25 June 2003 10:08, Alessandro Pisani wrote:
> hi all,
> i'm having some problems with SSL authentication: i've just successfully
> configured apache as:
*snip*

don't mind. stupid me
it is a non-problem: forgot to clear passwords cache in ~/.subversion

bye,
Alessandro
  


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org