Quantcast
Channel: Mavention
Viewing all articles
Browse latest Browse all 627

Host headers and ssl certificates

$
0
0

Something I always wondered but never had time to research until I wrote this article is why my host header is greyed out or not available when i add a SSL certificate to my website. This is presumably a bug in IIS7.0 (at the time of writing I worked with IIS7.0, don’t know if other versions also have this problem).

When your certificate has a friendly name of “yourdomain.com” then the described behavior occurs. To change the friendly name you have to do this:

  1. Load MMC;
  2. Add Certificates snap-in;
  3. Select Computer Account;
  4. Select Local Computer;
  5. Browse to Personal > Certificates;
  6. Right click to select Properties on your cert;
  7. Change the Friendly name field to *.yourdomain.com;
  8. Reload the IIS manager snap-in.

I read about this issue in a discussion thread at serverfault.com.

Original blogpost at www.information-worker.nl


Viewing all articles
Browse latest Browse all 627

Trending Articles