zoukankan      html  css  js  c++  java
  • VisualSVN


    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%confhttpd-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

  • 相关阅读:
    google PR值突然调整,貌似出什么问题了
    【转自译言】在线劝说:7种说服人们网络购买的方法
    马化腾关于产品设计与用户体验的培训
    北京站售票人员倒票视频
    大型网站架构不得不考虑的10个问题
    在谈电子商务名词解释
    GridView
    CheckBoxList
    ShoppingCart
    MongoDB数据库简介及安装
  • 原文地址:https://www.cnblogs.com/softidea/p/4832898.html
Copyright © 2011-2022 走看看