Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer 1

up vote 1 down vote accepted

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.

share|improve this answer
    
Thank you! You make my day. I used OpenSSL to create my certificate and now everything is working fine. –  dnaranjo Mar 12 '13 at 15:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.