Question

I have created a self signed certificate using IIS Manager but when I try to access to the website I only find this message:

Certificate doesn't match URL

I found this tutorial which describes pretty well my problem: My certificate is issued for the computers local network name instead of the website adrress. The tutorial explains how to create the certificate using SelfSSL. Now my problem is that when I run the SelfSSL it doesn't show any error, but neither create any certificate...

Is there any other way to create self signed certificates issued correctly?

Thanks in advance.

Was it helpful?

Solution

The answer here: Create a Self-Signed Certificate within IIS Express, make use of Visual Studio makecert, it may be worth the try. Also here is a tutorial for using OpenSSL for the same purpose: http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top