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

本文共 1324 字,大约阅读时间需要 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

 

你可能感兴趣的文章
帧中继环境下ospf的使用(点到点模式)
查看>>
BeanShell变量和方法的作用域
查看>>
LINUX下防恶意扫描软件PortSentry
查看>>
由数据库对sql的执行说JDBC的Statement和PreparedStatement
查看>>
springmvc+swagger2
查看>>
软件评测-信息安全-应用安全-资源控制-用户登录限制(上)
查看>>
cacti集成
查看>>
Android中的Cursor
查看>>
我的友情链接
查看>>
Java Web Application 自架构 一 注解化配置
查看>>
如何 debug Proxy.pac文件
查看>>
Python 学习笔记 - 面向对象(特殊成员)
查看>>
Kubernetes 1.11 手动安装并启用ipvs
查看>>
Puppet 配置管理工具安装
查看>>
Bug多,也别乱来,别被Bug主导了开发
查看>>
sed 替换基础使用
查看>>
高性能的MySQL(5)创建高性能的索引一B-Tree索引
查看>>
附件3:eclipse memory analyze使用教程
查看>>
oracle备份与恢复--rman
查看>>
Postfix邮件发送和接收实验
查看>>