← Back to team overview

graphite-dev team mailing list archive

Re: [Question #166979]: Some requests are going to http even though the main site is https.

 

Question #166979 on Graphite changed:
https://answers.launchpad.net/graphite/+question/166979

Cody Stevens gave more information on the question:
Putting graphite behind a load balancer that is sending all requests
through SSL has fixed this issue.  I'm thinking it is related to  django
looking at the request itself to see if the request is secure.   I was
contemplating trying to use some middleware as outlined here:
http://djangosnippets.org/snippets/240/

Since our problem has been solved by the load balancer I am assuming
that every request now has the "secure" attribute that django is looking
for.

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.