I deployed my Umbraco 8 website to an Azure app service, created a CDN for the app service and configured the custom domain for the CDN.
In my domain provider (OVH) I added a CNAME for my domain so the Azure CDN could pass the verification.
My problem is that if go to a browser and type "https://www.culturaenvivo.com" everything works as expected. But if I type "www.culturaenvivo.com" the URL changes to the app service (cev.azurewebsites.net).
My CDN Origin configuration has both protocols configured.
What am I missing? Why is the URL changing to azurewebsites.net?
UPDATE: I added a rule engine in my Azure CDN to redirect from http to https but it doesn't seem to work either.
www.culturaenvivo.com
at the address in a browser. It worked and redirect tohttps://www.culturaenvivo.com
, so does this issue fix on your side now? – Nancy Xiong