• 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

  • 相关阅读:
    Hook技术
    进程间的调试关系
    常见的2种断点方法
    CrackMe的简单破解
    PE文件结构
    DLL卸载
    DLL注入
    调用DLL的2种方式
    iOS密码输入框的实现
    UITableView.separatorInset
  • 原文地址:https://www.cnblogs.com/softidea/p/4832898.html
Copyright © 2020-2023  润新知