So we have an .net web application that is installed on the users machine..
This web application should run on the users local machine(using iis) at https://localhost/
The issue is I believe we are self signing the ssl certificates and I think chrome detects this and we get this error...
I know the user can update chrome settings to get around this but I want to address the root issue..
How do I setup this web app (using iis on the users machine) and ssl certificates in a way where it does not produce this error?