SSL Module on Load Balancer

Red Vania 6 Reputation points
2021-07-13T20:46:16.2+00:00

Hi there, If I have my SSL Cert Terminating at the Load Balancer, what happens to traffic between the Load Balancer and WebServers?
Will they be unencrypted? How can I secure that communication (LB <--> IIS), please advice
I am using Cisco Load Balancers
Thanks

Windows development Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce Zhang-MSFT 3,771 Reputation points
    2021-07-14T02:23:42.29+00:00

    Hi @Red Vania ,

    If load balancer and IIS are in the same data center, it is safe and no need to take any action.

    SSL termination unencrypted traffic is sent between the load balancer and the backend server on the local area network. However, for security purposes, administrators can choose to re-encrypt the traffic at the load balancer before sending it to the servers.

    If you want to secure the communication, you can use a self-signed SSL between the load balancer and IIS. This provides a secure connection, but requires more compute power.


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,
    Bruce Zhang

    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.