Single IIS server (server 2016) with CTW v 5.2.1. Two IIS sites:
- Site 1 is “default web site” with SNI https 443 binding for www_site1_net, no other https bindings.
- Site 2 has SNI https 443 binding for www_site2_net and a second SNI http3 443 binding for www_site2_co_uk no other https bindings
- All IP addresses are set to [*] - no IP address is “specified”.
certifytheweb set on AUTO deployment. Preview screen correctly shows the DNS authorisation from our DNS manager for www_site1_net (primary) , www_site2_net (SAN) and www_site2_co_uk (SAN)
List of IIS sites at the bottom shows only www_site2_net and www_site2_co_uk
If I change from AUTO to SINGLE SITE then the preview shows www_site1_net to be updated.
If I change from AUTO to ALL SITES then the preview shows only www_site2_net and www_site2_co_uk
the resulting certificate correctly shows the three domains with the primary being www_site1_net The cert does work if I manually change site1 in IIS.
Website property in IIS for “default web site” (site1) shows the correct binding as https:*.443:www_site1_net as the very first entry
how can I get both sites to update? It should be noted that I updated from an older ver4 to ver5.2.1 this morning and was testing. Ver4 worked just fine for both sites. I am happy to script a post-request script to make it work.