asp.net - How to set up SSL in a load balanced environment? -


This is our current structure:

  1. 2 web servers behind shared web loaders
  2. The DNS is pointing to the load balancer
  3. 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:

  1. 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 />
  2. 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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -