IIS7 configure the ssl certificate to bind multiple domain names to port 443, iis7ssl

Source: Internet
Author: User

IIS7 configure the ssl certificate to bind multiple domain names to port 443, iis7ssl

Https is configured for multiple subdomains under IIS7, but IIS7 supports a single port 443 by default, resulting in port conflict;

Solution: first, configure different ports for each domain name, such as 444,445,446.

Then go to C: \ Windows \ system32 \ inetsrv \ config \ applicationHost. config

Find

<Binding protocol = "https" bindingInformation = "*: 443"/>

<Binding protocol = "https" bindingInformation = "*: 444"/>

<Binding protocol = "https" bindingInformation = "*: 445"/>

 

Modify:

<Binding protocol = "https" bindingInformation = "*: 443: www.domain.com"/>

<Binding protocol = "https" bindingInformation = "*: 443: www.domain.com"/>

<Binding protocol = "https" bindingInformation = "*: 443: www.domain.com"/>

Remember to modify each site.

 

Then, reselect the certificate on the iis Site and restart the iis Site.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.