IsSecureConnection with Load Balancer

  • Thread starter Thread starter Softworks
  • Start date Start date
S

Softworks

We're in the process of putting a load balancer into the mix. The setup
will require that we run SSL on the load balancer. Checking for
request.IsSecureConnection worked fine when the SSL certificate was on the
web server. Now it returns false when SSL is on the load balancer. Is
there a way to check for a secure connection when SSL is on the load
balancer?

TIA
Tina
 
You would need the LoadBalancer to forward the request with SSL. there is no
way to check apart from that.
 
Hi Ciaran,

Thanks for your response.

Is it possible to look for the client port via a custom header?
 
Back
Top