Immagine Docker che espone un servizio HTTPS
I created an App Service from a Docker Hub image. This image contains a service in HTTPS. When you try to call the service through your browser, you get the HTTP 400 Bad Request error (see attachment). This is because the middle component of Azure calls the newly installed service in HTTP instead of HTTPS. How can I fix this?.
1
vote
