Hi,
That error indicates the proxy returned an error to the CONNECT
request that svn uses to initiate the ssl tunnel.
What proxy server do you use? KeepAlive off? Specific authentication?
I think the easiest way to find out what's going on is to trace the
network traffic. Can you make a trace with fiddler or wireshark?
>
> 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.
>
Configuration looks ok, and if it has worked before then we should be
able to make it work in 1.8.1 too.
Lieven