IIS 7.5에서는 두 개의 웹 사이트로이를 달성하려고합니다.
Default Web Site is bound to:
(blank host header port 80 - http)
(blank host header port 443 - https)
go.example.com
www71.example.com
the IP address of go.example.com
2nd web site "Beta" is bound to:
beta.example.com
(blank host header port 443 - https)
* using blank only because it doesn't seem to be possible to
bind https to a named host header
그리고 둘 다 SSL과 함께 작동해야합니다. 그러나 나는 다음과 같은 문제가 있습니다.
- beta.example.com을 입력하면 대신 go.example.com 사이트가 표시됩니다.
- 한 번에 두 웹 사이트 모두에 SSL 바인딩을 추가 할 수 없습니다 (단일 * .example.com 와일드 카드 인증서가 있음). https 바인딩을 추가하면 베타 사이트가 시작되지 않습니다.
이것이 내가 설정 한 방법입니다.
올바른 설정 방법은 무엇입니까?