IIS 7 binding for SSL -


i have machine multiple websites. websites not use same domain name. example 1 website test.test1.com test.test2.com. have uc certificate lists of domains doesn't use wildcard * in of domains. when try create bindings each can't add host header binding https. if use appcmd second domain can no longer access first domain.

how setup bindings can access test.test1.com default port 443 , test.test2.com when host header?

thanks help!! gary

in iis 7 can not have ssl bindings based on host headers. if want multiple sites https , don't have wildcard certificate, have use multiple ip addresses, 1 each ssl site. add ip addresses os , set dns entries them, bind sites against ip addresses, not host names.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -