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

RE: subversion 1.6.2 (svn+https) copy/commit "Could not read status line: Secure connection truncated"

From: Johan Corveleyn <johan.corveleyn_at_uz.kuleuven.ac.be>
Date: Fri, 3 Jul 2009 13:18:06 +0200

> -----Oorspronkelijk bericht-----
> Van: Senthil Kumaran S [mailto:senthil_at_collab.net]
> Ronie Gilberto Henrich wrote:
> > Do you see something wrong/missing in my configuration below?
> >
> > <IfModule dav_fs_module>
> > PerlLoadModule Redmine
> > <Location /svn>
> > DAV svn
> > SVNParentPath "/var/svn/"
> > AuthType Basic
> > AuthName redmine
> > Require valid-user
> > PerlAccessHandler
> Apache::Authn::Redmine::access_handler
> > PerlAuthenHandler
> Apache::Authn::Redmine::authen_handler
> > RedmineDSN
> "DBI:Pg:dbname=redmine;host=redmine.example.com"
> > RedmineDbUser "redmine"
> > RedmineDbPass "redmine_passwd"
> > </Location>
> > </IfModule>
>
> The above looks fine to me.

I also don't see any obvious problems, but I really have no clue what "Redmine" is. I guess the problem must be with that authentication/authorization system, the Perl...Handlers or something like that.

To be really sure, you could try to set up authentication with some other system, like the standard AuthUserFile stuff from Apache. That really should work, countless people have it set up that way. And then try to figure out why Redmine is causing trouble ...

Johan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2367780

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-03 13:19:22 CEST

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.