博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VisualSVN
阅读量:6477 次
发布时间:2019-06-23

本文共 1376 字,大约阅读时间需要 4 分钟。

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

https://www.visualsvn.com/support/topic/00046/
http://blog.csdn.net/woshioosm/article/details/7788351
点击开始–>程序->VisualSVN–>VisuaSVN Server Manager启动服务器管理器, 
右键选择 VisualSVN Server(Local) ,选择 Properties ,在弹出窗口中选择 NetWork 标签,在 ServerName 处输入本机的 IP 地址,我的地址为192.168.158.129 ,端口我选择 8080
确定保存,再点击
 VisualSVN Server 可以看到右面的界面,我们的访问地址就是 Sever URL http://192.168.158.129:8080/svn/

http://www.oschina.net/question/878142_91825

 

转载于:https://www.cnblogs.com/softidea/p/4832898.html

你可能感兴趣的文章
Linux经常使用命令(十六) - whereis
查看>>
Linux五种IO模型
查看>>
Bootstrap技术: 模式对话框的使用
查看>>
小知识,用myeclipes找jar
查看>>
in-list expansion
查看>>
设计原则(四):接口隔离原则
查看>>
基于react的滑动图片验证码组件
查看>>
java单例模式深度解析
查看>>
【学习笔记】阿里云Centos7.4下配置Nginx
查看>>
VuePress手把手一小時快速踩坑
查看>>
学习constructor和instanceof的区别
查看>>
Vijos P1881 闪烁的星星
查看>>
ABP理论学习之领域服务
查看>>
Qt 控制watchdog app hacking
查看>>
让所有IE支持HTML5的解决方案
查看>>
RDD之五:Key-Value型Transformation算子
查看>>
percona 5.7.11root初始密码设置
查看>>
Cognitive Security的异常检测技术
查看>>
Impress.js上手 - 抛开PPT、制作Web 3D幻灯片放映
查看>>
生活杂事--度过十一中秋
查看>>