IIS 7 SSL for multiple sites with a single IP

前端 未结 3 520
温柔的废话
温柔的废话 2021-02-01 03:38

I have a single IIS 7 server with a single IP address. Site 1 has an SSL cert for www and Site 2 has a wildcard SSL cert for various subdomains. Both sites use host headers to d

3条回答
  •  日久生厌
    2021-02-01 04:03

    Until SNI is fully supported, you can only have one certificate per IP address. If you can get a certificate that covers both sites (a wildcard or a UC certificate, for example), you can set up SSL Host Headers to allow both sites to be secured.

提交回复
热议问题