Hi,
If you need to add or update TLS/SSL binding for your custom domain you need to use the Custom domains blade, as shown below:
If the above was useful please click Accept Answer.
Thanks.
-TP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to secure a custom domain for an Web App but the TLS/SSL Settings is missing. The TLS/SSL menu is usually found directly below 'Custom Domain" menu. But it is visible.
Hi,
If you need to add or update TLS/SSL binding for your custom domain you need to use the Custom domains blade, as shown below:
If the above was useful please click Accept Answer.
Thanks.
-TP
Having mixed-conten issue:
I have a backend deployed to azure and it is served as https://backend.azurewebsites.net. When I request it from the frontend, it loads the content in https. The issue comes when I try to send a request to an endpoint /chat. The page goes from HTTPS to HTTP, redirecting the request to http://backend.azurewbsites.net/chat, rather using https. Need help. I have set up the CORS locally and it is well successfully, I also force Https only in azure in settings>configurations.