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

Trouble using TSVN + SSPI + SSL

From: Alessandro Dantas <dantasaf_at_gmail.com>
Date: Wed, 4 Jun 2008 08:10:47 -0700 (PDT)

I'm having trouble using TortoiseSVN with a SSPI + SSL on an Apache
setup.

Here's the current configuration:

Apache/2.0.63 (Win32) DAV/2
mod_ssl/2.0.63 OpenSSL/0.9.7m
SVN/1.4.4
PHP/5.2.6
mod_auth_sspi/1.0.4

<Location /svn>
  DAV svn
  SVNParentPath c:/svn_repos
  AuthType SSPI
  SSPIAuth On
  SSPIAuthoritative On
  SSPIDomain my-domain
  SSPIOfferBasic On
  AuthzSVNAccessFile conf/svn/svn-authz.conf
  Require valid-user
</Location>

Obs: I'm using a self-signed SSL-certificate

When I access the repositories through Firefox I get the expected
behavior: the browser asks me to authenticate myself. But when I try
to check out a repository through TSVN, no authentication is
requested, the repository is checked out (files downloaded) and any
subsequent operation (commits, for instance) fails.

I've tested the same configuration with HTTP and it's working
perfectly.

Any ideas?

Thanks,
Alessandro

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-06-04 17:23:50 CEST

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

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