Biztalk解密问题 [英] Biztalk decryption problem

查看:103
本文介绍了Biztalk解密问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


创建了一个自签名的私钥和公钥。在Biztalk上成功尝试了加密(使用Pub Key)和解密(使用Prv密钥)。但是,现在我已将PublicKey共享给客户端,他们使用Pub Key加密JAVA代码中的数据。我们收到的文件失败为"验证失败。 "解码器"无法在"当前用户"和"当前用户"中找到解密证书。证书商店"。我已在主机上为证书分配了指纹。它适用于从Biztalk生成的加密文件,但不适用于JAVA中的自定义代码。
任何调试步骤。
提前感谢
问候

解决方案

您还需要证书链中证书库中证书的所有根证书和中间CA证书。

另外,如果BizTalk在与"当前用户"不同的帐户下运行,存储,也将证书放在BizTalk帐户的帐户存储中。

感谢,

Hi,
Created a self-signed Private and Public key. Successfully tried the encryption (using Pub Key) and decryption (using Prv key) on Biztalk. But, now I have shared the PublicKey to client, they are encrypting the data in JAVA code using the Pub Key. The file we receive is failing as "There was an authentication failure. "Decoder could not find the decryption certificate in the "Current User\Personal" certificate store". I have assigned the thumbprint for the certificate on Host. It is working for encrypted file generated from Biztalk but not for custom code in JAVA.
Any steps to debug.
Thanks in advance
Regards

解决方案

You also need all the root and intermediate CA certificates in the certificate chain for the cert in the certificate stores.

Also, if BizTalk is running under a different account than the "Current User" store, put the cert in the account store for the BizTalk account as well.

Thanks,


这篇关于Biztalk解密问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆