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

Re: Proxy error on SVN 1.8.1

From: Lieven Govaerts <lgo_at_apache.org>
Date: Fri, 9 Aug 2013 18:12:55 +0200

Hi,

On Mon, Jul 29, 2013 at 6:28 PM, Guillaume Lasnier
<guillaume.lasnier_at_hybris.com> wrote:
> Hi all,
> When issuing the following command, I get the following error:
>
> $ svn -v log
> svn: E120107: Unable to connect to a repository at URL
> 'https://svncvs.myhost.mydomain/repos/myrepo/trunk/hybris/bin/platform'
> svn: E120107: Error running context: The proxy server returned an error
> while setting up the SSL tunnel.
>

I was able to reproduce this issue with serf trunk, reported this as
serf issue 120:
https://code.google.com/p/serf/issues/detail?id=120

The trigger is that the proxy server is configured to close the
connection after each response. In apache that would be the "KeepAlive
Off" flag.

It's not clear what the actual root cause is, but now that we can
reproduce it we should be able to fix this soon.

thanks for the provided info!

Lieven

> I am using subversion 1.8.1 on Mac OS X installed with homebrew.
> I have configured the proxy the following way in ~/.subversion/servers :
>
> [groups]
> # group1 = *.collab.net
> # othergroup = repository.blarggitywhoomph.com
> # thirdgroup = *.example.com
> mygroup = *.myhost.mydomain
>
> # Information for my group:
> [mygroup]
> http-proxy-host = 192.168.xxx.xxx
> http-proxy-port = 1234
> http-proxy-username = john
> http-proxy-password = doe
>
>
> This configuration used to work with subversion 1.7.
>
> Do have any idea?
>
> --
>
> Guillaume Lasnier
>
>
>
>
Received on 2013-08-09 18:13:56 CEST

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.