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

SSL negotiation failed: Secure connection truncated

From: Guangxian Zou <trueweck_at_163.com>
Date: 2005-12-10 03:32:13 CET

hi all,
   I use svn merge to merge trunk to branch :
svn merge --dry-run -r 25756:27670 https://192.168.10.232:4143/svn/projects/datang/trunk/ENGINE ENGINE

    but got the following message:
svn: PROPFIND request failed on '/svn/projects/datang/trunk/ENGINE'
svn: PROPFIND of '/svn/projects/datang/trunk/ENGINE': SSL negotiation failed: Secure connection truncated .
    
    Then i change some options in ~/.subversion/servers

[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
# http-proxy-host = defaultproxy.whatever.com
# http-proxy-port = 7000
# http-proxy-username = defaultusername
# http-proxy-password = defaultpassword
http-compression = no
neon-debug-mask = 239

    and try svn merge again :
svn merge --dry-run -r 25756:27670 https://192.168.10.232:4143/svn/projects/datang/trunk/ENGINE ENGINE > log.txt 2>&1
 
    the attachment is log.txt.
    
    can you give me some advice to resolve it ?

    thanks
    
-weck

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Sat Dec 10 09:41:15 2005

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.