(1)Cannot find the X.509 certificate using the following search criteria: StoreName 'My', StoreLocation 'CurrentUser', FindType 'FindBySubjectName', FindValue 'FeedServiceServer'.

Must put the certificate into LocalMachine like:
makecert -r -pe -n "CN=FeedServiceServer" -ss My -sr LocalMachine -sky exchange

If you run this command in Windows 7, run the cmd as administrator.

(2) The certificate 'CN=FeedServiceServer' must have a private key that is capable of key exchange. The process must have access rights for the private key.

winhttpcertcfg -g -c LOCAL_MACHINE\My -s FeedServiceServer -a ASPNET
winhttpcertcfg -g -c LOCAL_MACHINE\My -s FeedServiceServer -a "NETWORK SERVICE"

相关文章:

  • 2021-08-22
  • 2021-07-12
  • 2021-05-22
  • 2021-12-20
  • 2022-02-25
  • 2022-12-23
  • 2022-01-29
猜你喜欢
  • 2021-09-27
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
相关资源
相似解决方案