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

Re: [PATCH] Re: certificate problems and 403 Forbidden for svn 0.25.0

From: Tobias Ringström <tobias_at_ringstrom.mine.nu>
Date: 2003-07-21 16:22:27 CEST

mark benedetto king wrote:
> On Mon, Jul 21, 2003 at 12:33:58PM +0200, Tobias Ringström wrote:
>
>> ne_ssl_load_ca(sess, authorities_file);
>> ne_ssl_load_ca(sess2, authorities_file);
>> }
>>+ else
>>+ {
>>+ ne_ssl_load_default_ca(sess);
>>+ ne_ssl_load_default_ca(sess2);
>>+ }
>>
>
> I think that whether-or-not to load the default ca info is orthogonal
> to whether-or-not to load some user specific ca info, and thus deserves its
> own config option. All four permutations are reasonable, IMO.

Sure, why not, as long as the default CA info is loaded by default. I'll
look into it right away.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 21 16:23:28 2003

This is an archived mail posted to the Subversion Dev mailing list.

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