asp.net - How to set up SSL in a load balanced environment? -
This is our current structure:
- 2 web servers behind shared web loaders
- The DNS is pointing to the load balancer
- The web app is used in asp.net, with wcf services
My question is How To Set Up SSL Connection To Support HTTPS Connection
Here are two ideas that I have:
- The SSL certificate ends on the load balancer. Secure / unsafe communication will be sent to 2 separate ports behind load balancer.
Supporters: only 1 certificate is required because I scale it horizontally
cons: I can not be safe or secure by checking this I do not think which port is coming from the request I do not feel right
WCF will not work by design when IIS will bind to separate ports
()
< Br /> - Does SSL certificates end up on each server?
Cons: is to add more certificates to scale horizontally
thanks
Definitely eliminate SSL on load balancer !!! Nothing should be seen behind it Why will not two ports be cured for safe / unsafe work?
Comments
Post a Comment