I'm working on supporting a certification authentication on my IIS 8.5 box.
The cert I'm using has a root and an intermediate in the chain. If i install the root in the Local Computer Trusted Root Certification Authorities folder and the intermediate in the Intermediate Certification Authorities folder, it doesn't work (the client cert can't connect).
If I put both root and intermediate certs in the Trusted Root Certification Authorities folder, it works.
What gives?
Blake