apache证书不受信任_服务器证书验证失败:发行人不被信任

本文介绍了一个在使用Apache Ant脚本执行SVN检出操作时遇到的服务器证书验证失败的问题,并提供了两种解决方案:一是手动运行SVN命令接受证书;二是通过运行svn list命令并永久接受证书。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

bd96500e110b49cbb3cd949968f18be7.png

I am getting below error when running a target of ANT script. Error message saying that "server certificate verification is failed". Please help how to remove this problem. I am working in Windows XP.

C:\apache-ant-1.8.1>ant checkout

Buildfile: C:\Program Files\Java\apache-ant-1.8.1\build.xml

checkout:

[svn] Using command line interface

Svn : Checking out a working copy from a repository :

co -r HEAD https://col.../trunk C:\ant-1.8.1\Test_Checkout

--username 69 --password *******--non-interactive

svn: PROPFIND request failed on '/svn/asia-pac-financials/trunk'

svn: PROPFIND of '/sv.../trunk':

Server certificate verification failed:

issuer is not trusted (https://col....com)

BUILD FAILED

C:\apache-ant-1.8.1\build.xml:16: Can't checkout

Total time: 3 seconds

解决方案

can you try to run svn checkout once manually to your URL https://yoururl/trunk C:\ant-1.8.1\Test_Checkout using command line

and accept certificate.

Or as @AndrewSpear says below

Rather than checking out manually run svn list https://your.repository.url from Terminal (Mac) / Command Line (Win) to get the option to accept the certificate permanently

svn will ask you for confirmation. accept it permanently.

After that this should work for subsequent requests from ant script.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值