X.509 Chain Building Failed when connecting to the AppFabric

别等时光非礼了梦想. 提交于 2019-12-01 11:02:59

Surprisingly, I had the same problem not so long ago. I contacted the AppFabric team, and they confirmed nothing was wrong with the actual certificate.

After a lot of scouting around, I considered clearing the CRL, because it gets cached. I finally found the answer in a comment in a blog post.

This worked for me:

  • Close Visual Studio and make sure all instances & processes related to your test applications are closed
  • Open CMD with elevated priviliges, and type certutil -urlcache * delete
  • I restarted the PC for good measure, but it's not necessary

Interestingly enough, this does not appear to be an AppFabric issue but something on the Windows machines. Let me know if it works.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!