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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top