Redmine don't auth in SVN repo
Added by Yuri Schastny over 13 years ago
Ubuntu Server 11.04
Apache 2.2.17
Subversion 1.6.12
Ruby: 1.8.7
Redmine 1.0.5 (latest from Ubuntu stable repository)
Apache + mod_ssl + mod_dav + mod_dav_svn + mod_passenger
SVN over WebDAV over SSL work fine.
I get a list of directories in my repository just by writing in the browser address bar: https://x.x.x.x:port/svn/project
It work with auth-basic and auth-digest. All OK.
But redmine can't do it! :(
in apache error log:
[Mon Jun 20 19:53:08 2011] [error] [client 10.0.2.2] user redmine: authentication failure for "/svn/rproject": Password Mismatch svn: OPTIONS of 'https://x.x.x.x:port/svn/project': authorization failed: Could not authenticate to server: rejected Basic challenge (https://x.x.x.x:port)
Replies (1)
RE: Redmine don't auth in SVN repo - Added by Yuri Schastny over 13 years ago
I use self-signed certificate.
Apache run under user: www-data.
I do it:
# sudo -u www-data -i $ svn co https://x.x.x.x:port/svn/project
and adding cert permanently
P.S.: Sorry for my bad English :)