79572656

Date: 2025-04-14 08:17:43
Score: 2
Natty:
Report link

No, you do not need HTTPS configuration on your backend when you configure TLS termination on Application Gateway; the TLS session ends at the application gateway itself, and it forwards the traffic to the backend over unencrypted HTTP (port 80).

This is a fully supported and secure pattern — especially useful when integrating with Azure Firewall or when the backend only supports HTTP.

Reference: Azure Application Gateway TLS termination tutorial (official)

What is TLS termination?

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Venkat V