79259864

Date: 2024-12-07 02:54:53
Score: 2
Natty:
Report link

The issue has been resolved. There were 2 issues that needed to be addressed to resolve this problem. First, when deploying to the IIS web server, the certificate being used was a machine cert not a user cert so in the appsettings.json "CertificateStorePath": "CurrentUser/My" needed to be replaced with "CertificateStorePath": "LocalMachine/My". The second was the account running the IIS application pool for the site needs to be granted access to the certificate used through the management console.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ben Anstey