You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peer Allan <Pe...@canadadrugs.com> on 2006/06/14 17:31:58 UTC

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

Re: Subversion SSL Problem [SOLVED]

Posted by Peer Allan <Pe...@canadadrugs.com>.
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 <Pe...@canadadrugs.com>
> Date: Wed, 14 Jun 2006 22:20:11 -0500
> To: Samay <ge...@hotmail.com>
> Cc: <us...@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" <Pe...@canadadrugs.com>
> To: "Samay" <ge...@hotmail.com>
> Cc: <us...@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" <Pe...@canadadrugs.com>
> To: <us...@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

RE: Subversion SSL Problem

Posted by Peer Allan <Pe...@canadadrugs.com>.
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" <Pe...@canadadrugs.com>
To: "Samay" <ge...@hotmail.com>
Cc: <us...@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" <Pe...@canadadrugs.com>
To: <us...@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


RE: Subversion SSL Problem

Posted by Peer Allan <Pe...@canadadrugs.com>.
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" <Pe...@canadadrugs.com>
To: <us...@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