Re: 403 Forbidden error with SVN 1.1.1 and Apache2
From: Matheus Leite <matheusleite_at_gmail.com>
Date: 2004-10-31 22:22:45 CET
Thanks for your great help, I've sorted this '403 Forbidden' problem out.
-- I am currently puzzled by another issue. I can connect to my HTTPS repository normally through the command line, and I have the server's certificate locally cached. However when trying to create a new repository location using Subeclipse, it says Error validating location: "org.tigris.subversion.javahl.ClientException: RA layer request failed svn: PROPFIND request failed on '/svn/test' svn: PROPFIND of '/svn/test': Server certificate verification failed: issuer is not trusted(...)" It lets me keep the location, but won't let me browse. Do I have to add my svn server to a list of trusted domains? Why does the command line work without it? Thank you Matheus On Sat, 30 Oct 2004 13:44:48 -0300, Matheus Leite <matheusleite@gmail.com> wrote: > Hi people, I am trying to plug SVN 1.1.1 into Apache 2 on Windows XP. > I started from scratch and installed Apache and SVN, then followed the > book instructions and modified the default httpd.conf to include these > lines: > > --------------------------------------------------------------------------- > LoadModule dav_module modules/mod_dav.so > LoadModule dav_svn_module modules/mod_dav_svn.so > LoadModule authz_svn_module modules/mod_authz_svn.so > > <Location /svn> > DAV svn > SVNParentPath c:/repo > AuthType Basic > AuthName "Subversion repository" > AuthUserFile c:/svn-auth-file > Require valid-user > </Location> > --------------------------------------------------------------------------- > > When I point to the repository's URL, it does prompt me for a > password, but the page that follows is a 403 Forbidden Error. I have > tried many suggestions but now I am really lost. Does anyone know > where should I look at? > > Regards > > Matheus > -- ------------------------------ Matheus Costa Leite matheus@mindsatwork.com.br Minds at Work Tecnologia da Informação ------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Nov 1 16:40:18 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.