其他分享
首页 > 其他分享> > SecureCRT - Signature Verification Error

SecureCRT - Signature Verification Error

作者:互联网

 

SecureCRT - Signature Verification Error

 

玛德以前遇到过这个问题然后处理了没记录,这两天新给的堡垒机新装的SecureCRT/SecureFX(9.1版本)打开又报错如下(截图是sftp.dll的),给我花了3个多小时重新研究:

 An error was encountered attempting to verify the code signature for the file: D:\Program Files\VanDyke Software\Clients\SSH2.dll System error: A certificate chain processed,but terminated in a root certificated which is not trusted by the trust provider.

 

解决方法

1.导出对应文件(SSH2.dll或者SFTP.dll)的根证书digicert trusted root g4,在文件(SSH2.dll或者SFTP.dll)右键属性-数字签名-选中后详细信息:

 

 

选:常规-查看证书

 

 

选:证书路径-选中“Digicert Trusted Root G4”-查看证书

 

 

选:详细信息-复制到文件(一直下一步下一步,保存证书到指定位置):

 

 

 

 

 

 

 

2.根据这篇博文将证书添加信任即可:https://blog.csdn.net/jiangxmsoft/article/details/122618255

PS:这里有3个证书,前边添加的是最上层的,如果不行下边两个都按照这个步骤导出添加信任。

 

标签:证书,dll,添加,SSH2,Verification,Error,SecureCRT
来源: https://www.cnblogs.com/PiscesCanon/p/16656841.html