<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi!<br>
I have installed a debian server with Squid3 to authorize surf for internet. My problem is when I get the screen for credentials I put my rigth credentials and always I get denied.</p>
<p style="margin-top:0;margin-bottom:0">I have used a different helpers for authentication and I did my own using C</p>
<p style="margin-top:0;margin-bottom:0">but the authorization is continue</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">There is a way to see or debug the autorization process?</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">It is the squid.conf. The helper just takes the values but always autorize, Always print OK </p>
<p style="margin-top:0;margin-bottom:0"></p>
<div><br>
</div>
<div>#Recommended minimum configuration:<br>
http_port 3128<br>
cache_dir ufs /var/spool/squid3 2048 16 256<br>
maximum_object_size 100 MB<br>
cache_swap_low 90<br>
cache_swap_high 95<br>
<br>
#--------------- Reglas de Autorizacion -------------<br>
auth_param basic program   /root/squid_helper3<br>
auth_param basic children 20<br>
auth_param basic casesensitive off<br>
auth_param basic realm Proxy Test --> Usuario Y Clave<br>
auth_param basic credentialsttl 5 hours<br>
#----------------------------------------------------<br>
#<br>
acl AuthenticatedUsers proxy_auth REQUIRED<br>
http_access allow AuthenticatedUsers<br>
#-------------------- ACL Puertos --------------------<br>
acl SSL_ports port 443<br>
acl Safe_ports port 80          # http<br>
acl Safe_ports port 21          # ftp<br>
acl Safe_ports port 443         # https<br>
acl Safe_ports port 70          # gopher<br>
acl Safe_ports port 210         # wais<br>
acl Safe_ports port 1025-65535  # unregistered ports<br>
acl Safe_ports port 280         # http-mgmt<br>
acl Safe_ports port 488         # gss-http<br>
acl Safe_ports port 591         # filemaker<br>
acl Safe_ports port 777         # multiling http<br>
<br>
acl CONNECT method CONNECT<br>
<br>
#---------------------- HTTP ACCES DEFAULT-------------<br>
#http_access allow manager localhost<br>
#http_access deny manager<br>
http_access deny !Safe_ports</div>
<div><br>
</div>
<div>Any help ?</div>
<div><br>
<br>
</div>
<br>
<p></p>
</div>
</body>
</html>