Squid Reverse Proxy permanent redirects?
-
Not sure where to go and how to change this behavior. I am running Squid with a reverse proxy and redirecting all my http:// sites to https://.
I am looking for a PfSense solution since PfSense is what i am using. I am probably not alone with this situation.
I have tested the output of the redirects and it shows up like this
–------------------------------------------------------------------------------
http://example.caHTTP/1.1 302 Found
Server: squid
Mime-Version: 1.0
Date: Wed, 02 Aug 2017 16:59:45 GMT
Content-Type: text/html;charset=utf-8
Content-Length: 0
Location: https://example.ca/
X-Squid-Error: 403 Access Denied
X-Cache: MISS from secure.example.com
X-Cache-Lookup: NONE from secure.example.com:3128
Via: 1.1 secure.example.com (squid)
Connection: keep-alivehttps://example.ca/
NOT A PERMITTED URL CRAWL DUE TO robots.txt
–-------------------------------------------------------------------------------I would be great if the output shows HTTP/1.1 301 Found instead!
I want to do this because it is considered by most as a best practice and someone with a higher pay grade has requested it be corrected!
Where and what has to be changed to make this work?
-
@tleadley This has never been answered, it was a configuration error with a hairpin DNS. It was corrected by creating the correct rules to forward to the appropriate server behind our DMZ interface. We also switched to HAproxy which gave us the ablility to host multiple sites with multiple certs!
We can mark this solved!