How does Load Balancer redirect request flow to HTTPS service

博文 李 21 Reputation points
2022-08-26T01:59:10.333+00:00

We have HTTPS services and want to deploy a Load Balancer to redirect HTTPS flow. Can we just install a SSL certificate on Load Balancer and add our HTTPS services into health probe?

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
451 questions
0 comments No comments
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 47,046 Reputation points Microsoft Employee
    2022-08-26T06:37:37.037+00:00

    Hi @博文 李 ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
    I understand that you are trying to SSL offload in Azure Load Balancer.

    Please note that Azure LB is a Layer 4 offering.
    This means, LB does not have the concept of TLS Handshake, and hence, adding a certificate to Azure LB will not make any sense.

    This does not mean LB cannot handle HTTP/HTTPS Traffic. It can very well handle the traffic, but the SSL handshake must be carried out by the backend Pool member

    For HTTP/HTTPS traffic, as in your case, you should consider going with App Gateway or Azure Front Door.
    Load Balancing Options in Azure: https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview
    235145-image.png

    App Gateway:

    AFD:

    Please do let us know if you require further details on the above.

    Cheers,
    Kapil.


0 additional answers

Sort by: Most helpful

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.