<div dir="ltr">Hi Yuri,<div><br></div><div>Thank you. I put the #301 loop directives and restarted squid unfortunately result is the same. Here is the access logs:</div><div><br></div><div><div>1466777191.791    235 ::1 TCP_MISS/301 987 GET <a href="https://www.flickr.com/">https://www.flickr.com/</a> - HIER_DIRECT/<a href="http://188.125.93.100">188.125.93.100</a> text/html</div><div>1466777192.031    237 ::1 TCP_MISS/301 987 GET <a href="https://www.flickr.com/">https://www.flickr.com/</a> - HIER_DIRECT/<a href="http://188.125.93.100">188.125.93.100</a> text/html</div><div>1466777192.386    352 ::1 TCP_MISS/301 987 GET <a href="https://www.flickr.com/">https://www.flickr.com/</a> - HIER_DIRECT/<a href="http://188.125.93.100">188.125.93.100</a> text/html</div><div>1466777192.612    223 ::1 TCP_MISS/301 987 GET <a href="https://www.flickr.com/">https://www.flickr.com/</a> - HIER_DIRECT/<a href="http://188.125.93.100">188.125.93.100</a> text/html</div><div>...</div></div><div><br></div><div>As I understand all responses are from origin server, there is no cache hit with or without store_miss and send_hit. Confusing part is when directly connected to server without proxy, flickr server does not send 301 response. When squid sends the same request somehow flickr server returns 301 with same URL. </div><div><br></div><div>Ozgur</div><div><br></div><div><br></div><div class="gmail_extra"><div class="gmail_quote">On Fri, Jun 24, 2016 at 3:50 PM, Yuri <span dir="ltr"><<a href="mailto:yvoinov@gmail.com" target="_blank">yvoinov@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>Try to do something like:</p>
    <p><br>
    </p>
    <p># 301 loop<br>
      acl text_mime rep_mime_type text/html text/plain</p>
    <p>acl http301 http_status 301</p>
    <p>store_miss deny text_mime http301<br>
      send_hit deny text_mime http301<br>
      <br>
    </p>
    <br>
    <div>24.06.2016 18:14, Ozgur Batur пишет:<br>
    </div>
    <blockquote type="cite"><div><div class="h5">
      <div dir="ltr">
        <pre style="width:50em"><font color="#000000"><span style="white-space:pre-wrap">I receive too many redirects(301 responses with same page URL) error on browser when opening <a href="https://www.flickr.com" target="_blank">https://www.flickr.com</a> via Squid 3.5 proxy with SSL interception. If I connect to flickr website directly without Squid error does not happen. </span></font></pre>
        <pre style="width:50em"><font color="#000000"><span style="white-space:pre-wrap">
I tested it on two different systems one is Centos other is Ubuntu. There is no acl, redirect or any other configuration in squid.conf except enabling SSL interception.</span></font></pre>
        <pre style="width:50em"><font color="#000000"><span style="white-space:pre-wrap">
I opened <a href="http://bugs.squid-cache.org/show_bug.cgi?id=4537" target="_blank">http://bugs.squid-cache.org/show_bug.cgi?id=4537</a> for this issue but later thought it is better to ask if you also experience the same issue.</span></font>
</pre>
        <div><br>
        </div>
        <div><br>
        </div>
        <div data-smartmail="gmail_signature">Ozgur</div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
squid-users mailing list
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.org</a>
<a href="http://lists.squid-cache.org/listinfo/squid-users" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
<br></blockquote></div><br>
</div></div>