Server certificate verification failed: certificate issued for a different hostname, issuer is not t

Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted

问题产生背景:

1、hudson执行命令svn checkout

2、windows service hudson slave 运行以本地管理员身份运行,但是未指定具体用户


出现这个问题,是因为运行用户未指定,服务器不知道使用哪个管理员来运行svn checkout,导致上面的错误。在hudson slave属性中指定管理员用户和密码,运行成功。


产生这个问题的其中一个可能原因是用户没有权限对svn库执行写操作,如:

使用visualsvnserver,如果以network service用户运行visualsvnserver服务,而此用户对仓库存储区无写权限,则有可能诱发上述问题。

 

你可能感兴趣的:(hudson,svn)