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

Re: https schema

From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2001-12-14 01:31:40 CET

On Fri, Dec 14, 2001 at 12:39:40AM +0100, Marcus Comstedt wrote:
>
> Hi.
>
> When trying to specify https: as the schema for repository access, svn
> gives this error message:
>
> svn_error: #21075 : <RA layer's server request failed>
> neon: Could not negotiate SSL session: PRNG not seeded
>
> Is "seeding the PRNG" (whatever that means) a task for the user, for
> ra_dav, or someone else?

Are you on Solaris? This typically occurs when OpenSSL is used on
a platform without /dev/(u)random. OpenSSL requires an external
source of entropy on these platforms.

We have some code in flood that will seed OpenSSL's PRNG with
some cheesy stuff based on stack variables/timings. I guess
we could try something similar with neon. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

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.