Svn ssl error Tls warning

Ubuntu 10.04开发机check svn服务器失败

失败信息:

SSL handshake failed: SSL error: A TLS warning alert has been received.

解决办法:

把域名换成IP,svn co https://1.2.3.4/my-repo-name

或者svn switch --relocate https://foo.com/my-repo-name https://1.2.3.4/my-repo-name(来自stack overflow)

获取IP的方法,直接ping域名,如下

失败原因分析:

可能是版本问题,另外可能是证书和域名配置的问题,导致无法使用域名进行svn操作

时间: 2024-10-23 05:04:07

Svn ssl error Tls warning的相关文章

在阿里云linux下使用SVN访问VisualSVN出错:SSL handshake failed: SSL error: Key usage violation in certificate has been detected

Subversion clients receive the following error message when attempting to connect to VisualSVN Server: svn: OPTIONS of 'https://server.domain.local/svn/repo': SSL handshake failed: SSL error:Key usage violation in certificate has been detected. (http

解决Linux下Svn检出Windows SVN服务器上项目SSL handshake failed: SSL error: Key usage violation in certificate has been detected.

在Linux上检出windows SVN服务器上项目时出现了SSL handshake failed: SSL error: Key usage violation in certificate has been detected.的错误. 最后通过从网上检索找到了一个答案: 可以同时解决掉在Ubuntu上和CentOS上检出失败的问题. 在Windows注册表中加入注册项: 32位机器: [HKEY_LOCAL_MACHINE\SOFTWARE\VisualSVN\VisualSVN Serv

OpenVPN:TLS_ERROR: TLS Error: TLS object -> incoming plaintext read error

Fri Mar 28 14:15:17 2014 TLS: Initial packet from [AF_INET]210.14.129.34:4911, sid=28cbff35 2a5d01f0Fri Mar 28 14:15:17 2014 VERIFY ERROR: depth=1, error=certificate is not yet valid: C=CN, ST=BJ, L=Beijing, O=SYMBOLtech, OU=symboltech.com, CN=SYMBOL

【SVN】Error running context: 由于目标计算机积极拒绝,无法连接

今天在准备搭建一个SVN服务器(SVN服务器搭建和使用),在导入数据的时候遇到问题也是这篇博客的主题,"Error running context: 由于目标计算机积极拒绝,无法连接". 一出现问题,自己想的就是再重新走一遍流程,看看是不是哪里弄错了.之后确认不是这个错误:转去百度查找问题解决办法了.看了很多办法(解决办法1)(解决办法2),差不多的回答都是那几点: 1windows自带的或用户自己安装的防火墙屏蔽了相应的端口 2客户端主机由于路由等原因无法连接到svn服务器主机 3客

SSL与TLS的区别以及介绍

http://kb.cnblogs.com/page/197396/ SSL 和TLS协议 http://blog.csdn.net/fangaoxin/article/details/6942312 SSL:(Secure Socket Layer,安全套接字层),位于可靠的面向连接的网络层协议和应用层协议之间的一种协议层.SSL通过互相认证.使用数字签名确保完整性.使用加密确保 私密性,以实现客户端和服务器之间的安全通讯.该协议由两层组成:SSL记录协议和SSL握手协议. TLS:(Tran

安全协议系列(四)----SSL与TLS

当今社会,电子商务大行其道,作为网络安全 infrastructure 之一的 -- SSL/TLS 协议的重要性已不用多说.OpenSSL 则是基于该协议的目前应用最广泛的开源实现,其影响之大,以至于四月初爆出的 OpenSSL Heartbleed 安全漏洞(CVE-2014-0160) 到现在还余音未消. 本节就以出问题的 OpenSSL 1.0.1f 作为实例进行分析:整个分析过程仍采用[参考 RFC.结合报文抓包.外加工具验证]的老方法.同时我们利用 OpenSSL 自带的调试功能,来

怎样处理“error C2220: warning treated as error - no object file generated”错误

最近用VS2010 编译ceflib开源库是出现"怎样处理"error C2220: warning treated as error - no object file generated"错误" 产生原因为:有些Project编译选项中,Treat Warnings As Errors(把警告看作错误来处理)选项开启了. 只要把此选项关闭,就可以正常编译了. 在Solution中,选择libMXF工程,右键菜单中选择"Properties".弹

使用SVN clang: error: linker command failed with exit code 1 (use -v to see invocation)

再把项目上传到SVN仓库上,然后再拉到本地编译时出现如下错误 ld: library not found for -lxxxxxxxxxxxx clang: error: linker command failed with exit code 1 (use -v to see invocation) 原因: SVN在上传资源服务器时默认配置会把一些第三方的.a库文件等给忽略了,然后就造成这样的错误. 解决办法: 配置global-ignores文件 因为我用的是Cornerstone图像工具,

SSL vs TLS vs STARTTLS (转)

There's often quite a bit of confusion around the different terms SSL, TLS and STARTTLS. SSL and TLS both provide a way to encrypt a communication channel between two computers (e.g. your computer and our server). TLS is the successor to SSL and the