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

Re: Problem with SVN on Apache using SSLRequire

From: Pat Farrell <pfarrell_at_pfarrell.com>
Date: Thu, 19 Nov 2009 12:20:14 -0500

David Rosenstrauch wrote:
> Hmmmm .... could the "invalid certficate" be causing the issue here?
> The certficate is considered invalid because a) it's self-signed, and b)
> the hostname on it doesn't match the URL we're using to access the
> repository (we're using IP address). Might SVN be barfing on the bad
> cert? If so, is there any way to configure things on the cerver side to
> ignore this? (Since it's a self-signed cert, and an internal system,
> *we* know that it's valid.)

Yes, I've seen this on other stuff.
SVN will whine if the cert doesn't match the website name, but you can
tell SVN to accept it.

Being self signed is not a big deal, it causes one whine message at
first, but you can say "accept this permenantly" and all is good.

I'm not sure that using IP addresses works. Since its internal, setup a
DNS record to resolve it.

This stuff is very picky, and its been a while since I chased it down,
so I don't guarentee that my memory is right. But I think you are in the
right area now.

-- 
Pat Farrell
http://www.pfarrell.com/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2420118
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-19 18:21:17 CET

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.