[Django]-Access denied to windows certificate store in django application

6👍

✅

I know this is an old post, but I was able to solve this by going to Application Pools in IIS, selecting the application pool my Django app was running in, go to Advanced Settings, click the three dots button next to ApplicationPoolIdentity (at least that was the built-in account that was the default for me), and then change it to NetworkService account.

0👍

I had the same problem and solved it with the ‘request’ module instead ‘httplib’

Leave a comment