<div dir="ltr"><div><br clear="all"></div><div>Amos any news?</div><div>I have look into old reports on 
<b>TAG_NONE_ABORTED/XXX </b>according to splice connection but i don't really understand

</div><div>Thanks</div><div>Heri<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 7, 2019 at 3:17 AM Hery Razakarimanana <<a href="mailto:herinirina.razaka@gmail.com">herinirina.razaka@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,</div><div><br></div><div>It was working fine.</div><div>I have made comments in my squid.conf then restart and meet new issue.</div><div><br></div><div> </div><div><b> wget <a href="http://perdu.com" target="_blank">http://perdu.com</a><br>--2019-07-07 03:13:03--  <a href="http://perdu.com/" target="_blank">http://perdu.com/</a><br>Resolving sv-proxy (sv-proxy)... 127.0.0.1, 192.168.101.7<br>Connecting to sv-proxyg (<a href="http://sv-infra-proxy.numen.mg" target="_blank">sv-infra-proxy.numen.mg</a>)|127.0.0.1|:3128... connected.<br>Proxy request sent, awaiting response..</b>.<br></div><div><div><div dir="ltr" class="gmail-m_7401580564827279230gmail_signature"><div dir="ltr"><br></div><div>And it is waiting without response</div><div>In /var/log/squid/access.log I got :</div><div><br></div><div><b>1562458068.026 495171 127.0.0.1 TAG_NONE_ABORTED/000 0 GET <a href="http://perdu.com/" target="_blank">http://perdu.com/</a> - HIER_NONE/- -<br>1562458084.867   8927 127.0.0.1 TAG_NONE_ABORTED/000 0 GET <a href="http://perdu.com/" target="_blank">http://perdu.com/</a> - HIER_NONE/- -</b><br></div><div><br></div><div>Could you help please?</div><div>Best regards</div><div>Heri<br></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 6, 2019 at 8:28 PM Hery Razakarimanana <<a href="mailto:herinirina.razaka@gmail.com" target="_blank">herinirina.razaka@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I have implemented basic authentication</div><div><br></div><div>auth_param basic program /usr/lib64/squid/basic_ldap_auth -b "dc=MYDOMAIN,dc=COM" -f "uid=%s" -h <a href="http://ldap.MYDOMAIN.COM" target="_blank">ldap.MYDOMAIN.COM</a><br>auth_param basic children 10</div><div><br></div><div>After runing curl i got :</div><div><br></div><div>curl -v <a href="https://www.google.com" target="_blank">https://www.google.com</a><br>* About to connect() to proxy sv-proxy port 3128 (#0)<br>*   Trying 127.0.0.1...<br>* Connected to sv-proxy (127.0.0.1) port 3128 (#0)<br>* Establish HTTP proxy tunnel to <a href="http://www.google.com:443" target="_blank">www.google.com:443</a><br>* Proxy auth using Basic with user 'MYDOMAIN\svc-squid-batch'<br>> CONNECT <a href="http://www.google.com:443" target="_blank">www.google.com:443</a> HTTP/1.1<br>> Host: <a href="http://www.google.com:443" target="_blank">www.google.com:443</a><br>> Proxy-Authorization: Basic TlVNRU5cc3ZjLXNxdWlkLWJhdGNoOmJiMEE5UXlrZ3TGxYa3F2bjhH<br>> User-Agent: curl/7.29.0<br>> Proxy-Connection: Keep-Alive<br>><br>< HTTP/1.1 407 Proxy Authentication Required<br>< Server: squid/3.5.27<br>< Mime-Version: 1.0<br>< Date: Sat, 06 Jul 2019 17:18:41 GMT<br>< Content-Type: text/html;charset=utf-8<br>< Content-Length: 3692<br>< X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0<br>< Vary: Accept-Language<br>< Content-Language: en<br>< Proxy-Authenticate: Negotiate<br>< Proxy-Authenticate: NTLM<br><b>< Proxy-Authenticate: Basic realm="Squid proxy-caching web server"<br>* Authentication problem. Ignoring this.</b><br>< X-Cache: MISS from sv-proxy<br>< X-Cache-Lookup: NONE from sv-proxy:3128<br>< Via: 1.1 sv-proxy (squid/3.5.27)<br>< Connection: close<br><<br>* Received HTTP code 407 from proxy after CONNECT<br>* Connection #0 to host sv-proxy left intact<br>curl: (56) Received HTTP code 407 from proxy after CONNECT</div><div><br></div><div>What is the issue?  realm in parameter?</div><div>I have give proxy server before but got the same issue</div><div><br></div><div>Thanks Ramos<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 6, 2019 at 2:24 PM Amos Jeffries <<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6/07/19 10:38 pm, Hery Razakarimanana wrote:<br>
> <br>
> Please what is the issue?<br>
> <br>
<br>
Your proxy only accepts Negotiate/Kerberos, Negotiate/NTLM or NTLM<br>
authentication.<br>
<br>
<br>
But you have curl using environment variables containing Basic auth<br>
credentials.<br>
<br>
To solve you will need to either;<br>
<br>
* add Basic auth to the proxy squid.conf<br>
<br>
OR,<br>
<br>
* remove the environment variables and configure the agents like curl to<br>
use NTLM or Negotiate instead.<br>
<br>
<br>
Amos<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">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>
</blockquote></div>
</blockquote></div>
</blockquote></div>