ventaur / securityswitch

Security Switch enables various ASP.NET applications to automatically switch requests for pages/resources between the HTTP and HTTPS protocols without the need to write absolute URLs in HTML markup.
Other
2 stars 0 forks source link

Support Offloaded SSL #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I've created a patch to allow this module to work when SSL is offloaded to a 
load balancer.  (http://code.google.com/r/martincjarvis-offloadssl/)

In this situation the secure status of the load balancer-end user is recorded 
in a request header (Commonly SSL_REQUEST)

I'm not really familiar with Hg so I've just left the amends in a clone of your 
repository.

Regards,

Martin

Original issue reported on code.google.com by martin.c.jarvis on 31 May 2011 at 12:38

GoogleCodeExporter commented 9 years ago
Thanks, Martin! I'll integrate these in after a review as soon as possible.

Original comment by vent...@gmail.com on 5 Jun 2011 at 3:57

GoogleCodeExporter commented 9 years ago
This feature is now implemented.

Original comment by vent...@gmail.com on 19 Jul 2011 at 11:57