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

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

 

SSL error: certificate verify failed is indication of client-side error. Try to check certificate chains on good and bad location, find missing intermediate certificate (I expect this result) and move it to appropriate place

Fix: I overlooked Mac as source, had Win in mind. Server certs usually live in ~/.subversion/auth/s​vn.ssl.server/ , you can copy needed file from good client

Adds: if you aren't security-concerned, you can simply use svn checkout --non-interactive --trust-server-cert https://....

 

 

I resolve that problem as follows:

  1. Go with Chrome (or other browser that allows to save the certificate) to svn address
  2. Save the certificate file
  3. Install it into Trusted Root Center of Certificates (that could be named with other words, I dont know how exactly that named in english)

Also, changing svn client (from svn tortoise) to another solves problem too.

http://stackoverflow.com/questions/11052927/svn-handshake-failed-ssl-error

 

 

 

 

 

 

 

转载地址:http://jfymo.baihongyu.com/

你可能感兴趣的文章
linux操作界面配置
查看>>
命名管道操作
查看>>
Linux下的磁盘使用情况
查看>>
python基础 -- acm
查看>>
android第一天
查看>>
湖南卫视邮件服务器架设方案
查看>>
LoadRunner11破解详解
查看>>
排序算法 时间、空间复杂度
查看>>
集合框架(集合的继承体系图解)
查看>>
Win32应用程序(SDK)设计原理详解
查看>>
windows serve 2012部署操作系统之部署前期准备(九)
查看>>
JFinal整合HTTL模板引擎
查看>>
“Object "netns" is unknown, try "ip help".\n'”报错
查看>>
SQL语句中----删除表数据drop、truncate和delete的用法
查看>>
零零散散学算法之详解几种数据存储结构
查看>>
我的友情链接
查看>>
关于vmware station 12pro 简易安装
查看>>
有用的正则表达式
查看>>
mysql show status解释
查看>>
Spark 下操作 HBase(1.0.0 新 API)
查看>>