[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn and SSL authentication

From: Alessandro Pisani <alextxm_at_tin.it>
Date: 2003-06-25 10:08:34 CEST

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
Received on Wed Jun 25 10:13:08 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.