IIS 7.5'te bunu iki web sitesi ile gerçekleştirmeye çalışıyorum:
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
Her ikisinin de SSL ile çalışması gerekir. Ama şu sorunlarım var:
- Beta.example.com yazdığımda bunun yerine go.example.com sitesini görüyorum
- SSL bağlayıcısını her iki web sitesine de aynı anda ekleyemiyorum (tek bir * .example.com joker sertifikam var). Https bağlamasını eklersem beta sitesi bile başlamaz.
Ben böyle ayarladım:
Kurmanın doğru yolu nedir?