开发者

Trying to use a UUC multiple site certificate with IIS 7.5

开发者 https://www.devze.com 2023-03-20 07:09 出处:网络
I\'ve been trying unsuccessfully to use a UCC multiple site certificate to provide SSL to my subdomains (for example, I have the certificate set for www.example.com and I would like to bind it to sub1

I've been trying unsuccessfully to use a UCC multiple site certificate to provide SSL to my subdomains (for example, I have the certificate set for www.example.com and I would like to bind it to sub1.example.com and sub2.example.com). These sites are all on the same ip.

The problem I'm having is that when I try to bind the certificate to the subdomains, strange behavior begins to happen. When attempting to use https with the subdomains, they redirect to the root site in some strange way (the URL reads https://sub1.example.com but displays the page https://www.example.com).

I've tried multiple solutions both through the IIS manager and the command line (appcmd in inetsrv), but nothing seems to be working. Any insight开发者_C百科 into the problem?


The IIS GUI manager is not able to configure these types of certificates properly, but command line should:

appcmd set site /site.name:{SITE NAME AS PER IIS GUI} /+bindings.[protocol='https',bindingInformation='{IP ADDRESS TO BIND TO}:443:{HOSTHEADER OF WEBSITE}']

http://sslnews.blogspot.com/2010/11/requiring-multi-domains-to-wildcard-ssl.html

0

精彩评论

暂无评论...
验证码 换一张
取 消