IIS 7.5では、2つのWebサイトでこれを達成しようとしています。
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サイトが表示されます
- 一度に両方のWebサイトにSSLバインディングを追加することはできません(* .example.comワイルドカード証明書が1つあります)。ベータサイトは、httpsバインディングを追加しても起動しません。
これは私がそれを設定した方法です:
それを設定する正しい方法は何ですか?