How to access backend load balancer Vms with port 443.

Naveen Neerukattu 26 Reputation points
2022-08-14T07:42:44.427+00:00

I have windows vm with IIS enabled with behind the public LB
I am able to access the iis web using port 80.
But when i try to change the backend port to 443 in both health rules and LB runes then i am not able to access from my local machine.
How to access the backend vm with port 443.

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

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 104K Reputation points MVP
    2022-08-14T08:09:35.737+00:00

    Hi @Naveen Neerukattu ,

    there are different things you could check/test.:

    • Are you able to connect to the VM via HTTPS without using the Load Balancer (verify the IIS has a binding for HTTPS)
    • Are you using trusted certificates for HTTPS?
    • Please try to use HTTP Port 80 for the Health Probe and HTTPS/443 on the Load Balancer Rule.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments