I am new to this group and posting a question for the first time. I have a need to secure certain pages on my site Using SSL and I found Securityswitch. It works great and I think I was able to make it work on my local development laptop, but my upstream environments are load balanced. Here is how those environments are setup
Site on two webservers behind a load balanced VIP. Users hit the VIP and the balancer directs the traffic to member web servers
The website on each member web server running IIS 7 has SSL installed and “Requires SSL” checkbox is turned off.
HTTP traffic to the website is bound to port 8106 and https is bound to 443. The VIP directs the traffic to 443 or 8106 appropriately.
Is it possible to use Security switch for this situation. I am mostly confused on how to configure baseSecureUri and baseInsecureUris. Do I need to set these to something like
Member server 1 web.config configuration:
----------------------------------------
baseSecureUri = https://memberserver1
baseInsecureUri = http://memberserver1:8106
and similary for Member server 2.
Is there a way for me not to have specify these URIs or is this not possible because I have a non-standard port of http traffic.
Did anybody use Securityswitch successfully in a similar setup
Any help is appreciated.
Thanks
Raj