I have a FQDN and a cname
I want to route all traffic that hits the server (either by cname or FQDN) to
https://fqdn
But if I do this with a URL redirect in IIS 8, I get a "too many redirects" error.
What would be the best way to go about this? Or to have both cname and FQDN trusted. Would URL rewrites be better?