idea svn: E230001: Server SSL certificate verification failed

idea svn: E230001: Server SSL certificate verification failed: certificate issued for a differant hostname,issuer is not trusted

bash 复制代码
lwk@qwfys:~/Public/project/python$ svn checkout https://122.156.127.175/svn/xxx/trunk/CD_AIR
Error validating server certificate for 'https://122.156.127.175: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: iZ258iblp5dZ8
 - Valid: from Oct 13 09:39:18 2022 GMT until Oct 10 09:39:18 2032 GMT
 - Issuer: iZ258iblp5dZ8
 - Fingerprint: 68:E7:91:25:91:DE:42:01:DF:8D:57:A3:CF:8F:83:3E:20:CF:37:2A
(R)eject, accept (t)emporarily or accept (p)ermanently? p
A    CD_AIR/WebRoot
A    CD_AIR/WebRoot/air
bash 复制代码
lwk@qwfys:~/Public/project/java/default$ svn checkout https://122.156.127.175/svn/xxx/trunk/CD_AIR
A    CD_AIR/WebRoot
A    CD_AIR/WebRoot/air
A    CD_AIR/WebRoot/air/newfirstpage

参考文献

相关推荐
Diligently_3 天前
idea 中vm option 配置
java·ide·intellij-idea
当战神遇到编程3 天前
LinkedList深入讲解
java·intellij-idea
赤月奇3 天前
https改为http
数据挖掘·https·ssl
k7Cx7e3 天前
宝塔域名强制SSL和带www的方法
网络·网络协议·ssl
qq_316837754 天前
使用 certbot docker镜像生成阿里云域名ssl证书
阿里云·docker·ssl
文静小土豆4 天前
CentOS 7 升级 OpenSSL 3.5.4 详细指南
linux·运维·centos·ssl
biubiubiu07064 天前
Certbot 申请SSL证书的三种方式详解(Ubuntu 22.04环境)
网络·网络协议·ssl
lonelyhiker4 天前
新版idea的structure卡顿
java·ide·intellij-idea
Peter4474 天前
新装的idea启动报错
intellij-idea·intellij idea
minh_coo4 天前
Spring单元测试之反射利器:ReflectionTestUtils
java·后端·spring·单元测试·intellij-idea