`

Error validating server certificate for

    博客分类:
  • svn
阅读更多
imeadmin@imeadmin:~/work/test$ svn  co https://192.168.1.100/svn/mtk6735/trunk
Error validating server certificate for 'https://192.168.1.100:443':
- The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
- The certificate hostname does not match.
Certificate information:
- Hostname: imesvn
- Valid: from May 12 09:58:55 2016 GMT until May 12 09:58:55 2017 GMT
- Issuer: SomeOrganizationalUnit, SomeOrganization, SomeCity, SomeState, --(root@imesvn)
- Fingerprint: D0:0A:BF:30:E0:2B:C6:5B:77:C2:84:AA:90:72:2D:72:76:44:52:28
(R)eject, accept (t)emporarily or accept (p)ermanently? p
Error validating server certificate for 'https://192.168.1.100:443':
- The certificate has an unknown error.
Certificate information:
- Hostname: 571458-tools1
- Valid: from Feb 28 23:57:35 2014 GMT until Feb 26 23:57:35 2024 GMT
- Issuer:
- Fingerprint: 55:3E:55:FD:4D:40:A4:1E:8A:1E:27:71:DD:D4:ED:8B:A3:9A:1D:EC
(R)eject or accept (t)emporarily? t
                              .......
                              .......
                              .......
Error validating server certificate for 'https://192.168.1.100:443':
- The certificate has an unknown error.
Certificate information:
- Hostname: 571458-tools1
- Valid: from Feb 28 23:57:35 2014 GMT until Feb 26 23:57:35 2024 GMT
- Issuer:
- Fingerprint: 55:3E:55:FD:4D:40:A4:1E:8A:1E:27:71:DD:D4:ED:8B:A3:9A:1D:EC
(R)eject or accept (t)emporarily? t


solution:
可能是 svn 版本太低了,升级一下 就可以。

----------------------------------------------
ubuntu 12.04 apt-get install subversion  默认是 --》1.6

安装1.8的方法如下:
#sudo apt-cache show subversion | grep '^Version:'
#sudo sh -c 'echo "deb http://opensource.wandisco.com/ubuntu precise svn18" >> /etc/apt/sources.list.d/subversion18.list'
#sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add -
#sudo apt-get update
#sudo apt-cache show subversion | grep '^Version:'
#sudo apt-get install subversion


1
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics