NodeBalancer and redirecting http to https with squid
I've gotten to the point where I need to redirect http traffic to https and hit a snag. The NodeBalancer talks to two caching servers which run squid, so I need to configure squid to do the redirecting. From the guide, it looks like the way to do that is to look at the X-Forwarded-Proto header, however this post
Does the NodeBalancer provide any other way of determining if the original request was http or https that I can have squid check?
2 Replies
Unfortunately the init.d script I have to launch the script at startup is not being run and I haven't the faintest clue why.