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

Re: AuthzSVNAccessFile usage with SSL

From: Aaron Wohl <awohl_at_chessclub.com>
Date: 2005-01-01 02:04:44 CET

SSLRequireSSL means it will fail if you try to access that location over
http: It doesnt make it become ssl. To do that move the that block of
config you have into conf file for a ssl server.

----- Original message -----
From: "Martin J. Stumpf" <mjs@jhu.edu>
To: users@subversion.tigris.org
Date: Thu, 30 Dec 2004 17:43:48 -0500
Subject: AuthzSVNAccessFile usage with SSL

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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 1 02:32:36 2005

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.