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

1.4.0 HP-UX lack of entropy

From: Marc Girod <marc.girod_at_iona.com>
Date: 2006-11-02 15:39:23 CET

Hello,

This is a retry.
My previous post was lost.
Note that I already posted some related question a couple of weeks ago
to the dev list, but made some progress since then.

I built succesfully 1.4.0, with openssl (separately installed) support
(0.9.8c), using shared libraries, with a prefix, and using the libs from
under this prefix, on Solaris 8 and HP-UX 11.00 (with HP ANSI C).

In both cases, building neon (separately) reported that the use of egd
was not necessary because the version of openssl was higher than 0.9.7.

However, the result works with https on Solaris, and fails on HP-UX:

$ svn ls https://pdsubscm1/repos/playground
svn: PROPFIND request failed on '/repos/playground'
svn: PROPFIND of '/repos/playground': SSL negotiation failed: SSL disabled due \
to lack of entropy (https://pdsubscm1)
$ svn ls http://pdsubscm1/repos/playground
branches/
tags/
trunk/
cctest> svn --version
svn, version 1.4.0 (r21228)
   compiled Nov 1 2006, 10:41:07

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

Any clue?
Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 2 15:46:09 2006

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.