<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>
      <blockquote type="cite">
        <pre wrap=""><div class="moz-txt-sig">On 12/05/18 00:30, Alex Gutiérrez Martínez wrote:
</div></pre>
        <blockquote type="cite" style="color: #000000;">
          <pre wrap="">Hello community, yesterday i noticed that one of my users is using a
private squid to avoid the tedious problem of typing the password every
time he starts session in his browser. The problem is that the squid
suddenly started to return in plain text the username and password.
Therefore, that information is reflected in my proxy log.

The directive that the user used is:

"cache_peer proxy.mynetwork.cu parent 3229 0 no-query no-digest default
login = user1: passwd1"
</pre>
        </blockquote>
        <pre wrap="">Ensure that there are no whitespace in that login string. It should just be:
 login=user1:passwd1

Also ensure that the user1 and passwd1 are correct values accepted by
the peer for Basic auth.

Amos</pre>
      </blockquote>
    </p>
    <p><br>
    </p>
    <p>Im sorry the delay. It seem that thunderbird add the whitespaces
      to my parent directive when i paste the text. Im still facing the
      same problem, any sugestions??</p>
    <p><br>
    </p>
    <pre wrap="">"cache_peer proxy.mynetwork.cu parent 3229 0 no-query no-digest default login=user1:passwd1"</pre>
    <pre class="moz-signature" cols="72">-- 
Saludos Cordiales

Lic. Alex Gutiérrez Martínez

Tel. +53 7 2710327</pre>
  </body>
</html>