No client certificate prompt on browser
Hello All,
We have a HTTPs Server application built using HTTPsListener class using the .Net Framework 4.8. This server supports mutual authentication.
We are using the code attached in the question HttpsListener_Code.txt.
But we are facing an issue when using the server against a browser. The problem is that we are not getting the selection window on the browser (Chrome or Edge) to select the client certificate.
Note: We have installed required certificates (self-signed certificates), CA in the Trusted Root Authorities (Local Computer Windows Certificate Store) and the client certificate in the Personal folder (Current User Windows Certificate Store).
Can anyone please let us know as to why we are not getting the selection window on the browser?
Thank you in advance!!