
私は藁にもすがる思いです...この古いサーバーで私を助けていただければ幸いです。
domain1.com を IP 123.456.7.1 に、domain2.com を 123.456.7.2 にバインドし、それぞれ独自の証明書を使用します。http 用に構成する限り、問題はありません。私のバインドは次のようになります。
type hostname port ip
site2 -> http domain1.com 80 123.456.7.1
site2 -> http domain2.com 80 123.456.7.2
しかし、各サイトに証明書をバインドしたいのです。そのために、Certify-the-web インストーラーを使用します。結果は次のようになります。
type hostname port ip
site1 -> http domain1.com 80 123.456.7.1
https domain1.com 443 123.456.7.1
site2 -> http domain2.com 80 123.456.7.2
https domain2.com 443 123.456.7.2
これは、domain1 では正常に動作しますが、domain2 では間違った証明書の警告が表示されます (Chrome と Firefox によると、domain1 の証明書が使用されています)。検査すると、両方の https バインディングで正しい証明書が選択されています。IIS で各サイトを再起動しました。
何が間違っているのでしょうか?
前もって感謝します!