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

Re: Subversion SSL Problem [SOLVED]

From: Peer Allan <Peer.Allan_at_canadadrugs.com>
Date: 2006-06-15 22:41:37 CEST

I solved this problem and just in case it happens to someone else I am
posting what I did to fix it.

It turned out that the built-in version of neon that was being compiled with
subversion was linking to an older OpenSSL library. In order to get it to
use the newer openssl I downloaded the neon library and configured it with
the following command:

./configure --with-ssl --with-libs=/usr/local

To ensure it used the latest OpenSSL (then made and installed it into
/usr/local). Then I rebuilt subversion with the configure flag
"--with-neon=/usr/local" so that it used the separately compiled neon
library that was linked to the newer OpenSSL. Then a make and make install
and its all working again.

Peer Allan
Sr. Web Developer, e-Business

CanadaDrugs.com Group of Companies
16 Terracon Place
Winnipeg, MB, Canada
R2J 4G7

Phone: (204) 654-7951
Cell: (204) 781-8719
Fax: (204) 654-7910
www.canadadrugs.com

> From: Peer Allan <Peer.Allan@canadadrugs.com>
> Date: Wed, 14 Jun 2006 22:20:11 -0500
> To: Samay <getafix123@hotmail.com>
> Cc: <users@subversion.tigris.org>
> Conversation: Subversion SSL Problem
> Subject: RE: Subversion SSL Problem
>
> Yes, You can access the repository with a web browser.
>
> Peer
>
>
> -----Original Message-----
> From: Samay [mailto:getafix123@hotmail.com]
> Sent: Wed 6/14/2006 5:02 PM
> To: Peer Allan
> Subject: Re: Subversion SSL Problem
>
> r u able to browse using say firefox?
> ----- Original Message -----
> From: "Peer Allan" <Peer.Allan@canadadrugs.com>
> To: "Samay" <getafix123@hotmail.com>
> Cc: <users@subversion.tigris.org>
> Sent: Thursday, June 15, 2006 7:37 AM
> Subject: RE: Subversion SSL Problem
>
>
> There are no proxy servers and no indication of connection in the apache
> logs, error or access.
>
>
> Peer
>
>
> -----Original Message-----
> From: Samay [mailto:getafix123@hotmail.com]
> Sent: Wed 6/14/2006 3:59 PM
> To: Peer Allan
> Subject: Re: Subversion SSL Problem
>
> a) any proxy server(s)?
> b) any errors in apache logs?
>
>
> ----- Original Message -----
> From: "Peer Allan" <Peer.Allan@canadadrugs.com>
> To: <users@subversion.tigris.org>
> Sent: Thursday, June 15, 2006 3:31 AM
> Subject: Subversion SSL Problem
>
>
>> Hello all,
>>
>> I just updated subversion to 1.3.1 and when I try to connect to my apache
>> server I get this error"
>>
>> svn: PROPFIND request failed on '/project/trunk/secure'
>> svn: PROPFIND of '/project/trunk/secure': SSL negotiation failed: SSL
>> disabled due to library version mismatch
>>
>> I have no idea what I have to do to fix this. I am assuming that it has
>> something to do with compiling against the wrong SSL library somewhere,
>> but
>> I don't know how to check this.
>>
>> Thanks
>>
>> Peer Allan
>> Sr. Web Developer, e-Business
>>
>> CanadaDrugs.com Group of Companies
>> 16 Terracon Place
>> Winnipeg, MB, Canada
>> R2J 4G7
>>
>> Phone: (204) 654-7951
>> Cell: (204) 781-8719
>> Fax: (204) 654-7910
>> www.canadadrugs.com
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 15 22:42:05 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.