So I have a website configured with these bindings (fictional domains / ip addresses here):
http sub.domain.com port 80 ip 1.2.3.4
http www.somedomain.com port 80 ip 2.2.3.3
Everything works fine, both domains work with the website, however if I add a new https binding to ONE of the domains:
https www.somedomain.com port 443 ip 2.2.3.3
That messes up the sub.domain.com website. When I go to that website in a browser: http://www.somedomain.com it keeps redirecting to https://www.somedomain.com even though I don't want that one to run on https, I want it on http. If I remove the https binding for the other domain it all works fine again.
Can anyone suggest how I can get round it?
It is IIS 10 on Windows Server 2016 Standard