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

TSVN & Apache & SSPI & SSL problems

From: Gillis, Paul <pgillis_at_insight-tek.com>
Date: Fri, 17 Oct 2008 09:49:13 -0400

I'm having difficulty getting TSVN to authenticate correctly using
Apache, SSPI & SSL on Win32.

What's most troublesome is that the Subversion command client works for
me, but Tortoise does not.

 

TortoiseSVN 1.5.4, Build 14259 - 32 Bit

Subversion 1.5.3,

apr 1.2.12

apr-utils 1.2.12

berkeley db 4.4.20

neon 0.28.3

OpenSSL 0.9.8i 15 Sep 2008

zlib 1.2.3

 

I followed the directions in the TSVN manual, 3.1.7. Authentication with
a Windows Domain.

Here is my httpd.conf file:

 

 <Location /svn>

        DAV svn

        SVNListParentPath on

        SVNParentPath //netapp/svn$/

        AuthType SSPI

        SSPIAuth On

        SSPIAuthoritative On

        AuthName "Subversion repositories"

        SSPIDomain ns

        SSPIOmitDomain on

        SSPIUsernameCase lower

        SSPIPerRequestAuth on

        SSPIOfferBasic On

        Require valid-user

</Location>

 

When asked for a password, mydomain/myaccount will authenticate me using
the Subversion

command client. But when I try and use TSVN to browse the repository and
I enter the very

same user and password information that works perfectly with Subversion,
I get:

 

Error validating server certificate. Unknown certificate issuer. Do you
want to proceed?

 

If I answer yes, it prompts again for a user name and password. I enter
domain/username and password

and it comes right back at me with the same certificate validation
error. This is my error.log

 

[Fri Oct 17 09:21:26 2008] [error] [client 10.13.100.222] (OS 87)The
parameter is incorrect. : authentication failure for
"/svn/myrepo/trunk": user unknown, reason: cannot generate context

[Fri Oct 17 09:21:28 2008] [error] [client 10.13.100.222] (OS 87)The
parameter is incorrect. : authentication failure for "/svn/
myrepo/trunk ": user unknown, reason: cannot generate context

[Fri Oct 17 09:21:32 2008] [error] [client 10.13.100.222] (OS 87)The
parameter is incorrect. : authentication failure for "/svn/myrepo/trunk
": user unknown, reason: cannot generate context

[Fri Oct 17 09:29:10 2008] [error] [client 10.13.100.222] (OS 87)The
parameter is incorrect. : authentication failure for "/svn/myrepo":
user unknown, reason: cannot generate context

 

Any help would be appreciated!

- Paul

This e-mail message and all attachments thereto may contain technical data that is subject to export control regulations, or confidential material, and is for the sole use of the intended recipients. Review, dissemination, or other use by anyone else is prohibited. If you are not an intended recipient, please contact the sender and delete all copies.
Received on 2008-10-17 15:49:21 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.