Error validating server certificate for
程序员文章站
2022-05-19 23:45:01
...
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
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
推荐阅读
-
使用swfupload下传,出现Server (IO) Error异常
-
php soap异常 Fatal error: Uncaught SoapFault exception: [HTTP] Internal Server Err
-
MySQL8.0#ERROR: SQLSTATE[HY000] [2006] MySQL server has gone away
-
[hive error] check the manual that corresponds to your MySQL server version for 博客分类: linuxhive hivelinuxerror
-
[error] [mysql] 1251 - Client does not support authentication protocol requested by server
-
mysqlworkbench Error Code: 0 Server sent unknown charsetnr (255) . 博客分类: mysql问题总结 mysql workbenchutf8mb4unknown charsetnr (255)
-
CMake 进行 NDK 开发之初体验,> Error occurred while communicating with CMake server
-
打开jupyter进入conda Error An error occurred while retrieving package information. Internal Server Error
-
Cordova Android 编译错误 Error occurred while communicating with CMake server
-
Android JNI开发解决Error occurred while communicating with CMake server问题