Yesterday the always encrypted certificate stopped working. Which drove my application to a halt. The only response I got from the application was timeout error.
I have a database
with a user table, where pwd
is encrypted. The web server has the always encrypted certificate installed in the application pool user's personal certificate store. This was going all tickety-boo until the application suddenly was unable to check for login details.
I solved the problem by open MMC as the application pool user and click refresh on the Current User\Personal\Cerificates
store.
Anyone else who has encountered this problem? If so, how did you solve it? As in, how did you prevent it from happening again?