TLS/SSL Settings menu is missing for App service

Hafeez 15 Reputation points
2023-02-12T08:12:40.23+00:00

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.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,173 questions
{count} votes

2 answers

Sort by: Most helpful
  1. TP 124.7K Reputation points Volunteer Moderator
    2023-02-12T09:07:09.8333333+00:00

    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:

    azure app service custom domain update binding PUBLIC

    If the above was useful please click Accept Answer.

    Thanks.

    -TP

    2 people found this answer helpful.

  2. jeremie 0 Reputation points
    2024-10-25T12:50:33.22+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.