首页 > 其他 > 详细

VisualSVN

时间:2015-09-23 19:06:40      阅读:266      评论:0      收藏:0      [点我收藏+]

Symptoms

When performing a large commit to VisualSVN Server over the HTTPS protocol, the Subversion client sometimes fails with the following error message:

SSL negotiation failed: SSL error: parse tlsext

The above error message can also occur for other Subversion operations with massive throughput (such as svnsync).

 

Cause

In most cases the problem is caused by the OpenSSL library bug on the client side. This issue is resolved in the OpenSSL 0.9.8m release.

Resolution

Upgrade your Subversion client to the version built agains OpenSSL 0.9.8m or later.

Workaround

If you are unable to upgrade your Subversion client, you can workaround this problem by disabling TLSv1 protocol support in VisualSVN Server. Please include the following string into the %VISUALSVN_SERVER%\conf\httpd-custom.confconfiguration file and then restart the VisualSVN Server:

SSLProtocol -ALL +SSLv3

Last Modified:  November 29, 2009

VisualSVN

原文:http://www.cnblogs.com/softidea/p/4832898.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!