I created a self signed certificate using makecert
in Microsoft's SDK. The certificate name is the same as the server and I have added it to the Trusted Root Certificate
store on the client. When I look at the certificate in Chrome, it shows as ok. But when I attempt to access the site, I receive the error:
You attempted to reach [website name], but the server presented a certificate issued by an entity that is not trusted by your computer's operating system. This may mean that the server has generated its own security credentials, which Chrome cannot rely on for identity information, or an attacker may be trying to intercept your communications.
How can I get around this issue and force my operating system to trust this certificate?