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

AuthzSVNAccessFile usage with SSL

From: Martin J. Stumpf <mjs_at_jhu.edu>
Date: 2004-12-30 23:43:48 CET
Hello all,

I have read the book and setup my httpd.conf to use the AuthzSVNAccessFile directives.
I want to use the SSLRequireSSL directive in the <location> block but can't get it to work.  I have read the httpd directives manual at apache and it seems like it should work. I of course don't want clear text passwords going over the wire.

This is what I have in the subversion.conf in the location block. I am using Fedora core 2.

<Location /svn>
    DAV svn
    SVNParentPath /mip/svn
    SVNIndexXSLT "/svnindex.xsl"
# Authentication
    SSLRequireSSL
    Require valid-user
    AuthType Basic
    AuthName "MIP SVN Repositories"
    AuthUserFile /mip/svn/users
# Authorization
    AuthzSVNAccessFile /mip/svn/authorizations
                                                                                         
</Location>

Has anyone achieved this behavior? Requiring the use of https to pass the passwords?

Thank you very much for your time.
--

Martin J. Stumpf
Division of Medical Imaging Physics, Department of Radiology
Johns Hopkins University School of Medicine
601 North Caroline Street / JHOC 4230
Baltimore, Maryland 21287-0859 USA
Voice: (410) 614-0115 Fax: (410) 614-9979
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org Received on Thu Dec 30 23:46:01 2004

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

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