I have an application that we have set up to use client certificate authentication in test and when I access it from my development machine running windows 10 it prompts me to select the certificate. Then having done so it takes me to a 403 forbidden page which on looking in the iis logs is a 403.7.
My development machine is running windows 10 and I get the same error browsing with firefox or IE.
If I install my client certificate on a different machine it works.
The client certificate has a primary key and all stages are trusted, and the trusted root ca is in my trusted roots.
The SSL handshake is completing successfully its rejecting at the certificate end.
Additionally trying to access the production environment has the same behaviour when done from my windows 10 machine, and works from other machines.
Thanks for the help