svn: SSL negotiation failed

将SVN repository迁移到新的server上去之后,svn操作遇到了问题:


SSL error code -1/1/336032856

SSL error: sslv3 alert handshake failure


SVN Server:

Linux maya2.leadtek.com.cn 2.6.38.6-26.rc1.fc15.i686.PAE #1 SMP Mon May 9 20:36:50 UTC 2011 i686 i686 i386 GNU/Linux

svn, version 1.6.17 (r1128011)
   compiled Jun  2 2011, 11:42:09


使用checkout下来的svn,switch到这个上去,出现


svn: OPTIONS of 'https://xxxx/repos/xxx': SSL negotiation failed: SSL error code -1/1/336032856 (https://xxxx)


但是在一台新的Fedora15上checkout是ok的


SVN客户端:

svn, version 1.6.16 (r1073529)
   compiled Apr  4 2011, 17:46:33


难道是版本不匹配的原因?看起来是SVN版本不匹配的原因。


如何将旧的https信息清理掉?


你可能感兴趣的:(linux,SVN,server,ssl,360)