且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法使用TLS证书对IBM MQ C#进行身份验证

更新时间:2022-01-25 08:40:16

我设法通过仅将.p12文件中三个证书中的一个( CN = app_test )安装到我的文件中来使其工作本地用户商店.

I managed to get it working by only installing one (CN=app_test) of the three certificates from the .p12 file into my local user store.

文件包含:

  • CN =根CA v2,DC = corp1,DC = ad1,DC = xxx,DC = net
  • CN = Appl Sub CA v2,DC = corp1,DC = ad1,DC = xxx,DC = net
  • CN = app_test

如果我安装了这三个证书的整个集合,则MQ的代码2059会失败.

If i install the whole collection of those three certificates i get a failure with the code 2059 from MQ.