Antony thanks for your quick reply

About request it looks to be this one:
Acces.log
                1441029005.619 2159098 10.183.2.33 TCP_TUNNEL/200 23389 CONNECT 
outlook.office365.com:443 - HIER_DIRECT/132.245.44.226 -
Cache.log
                2015/08/31 10:50:05 kid1| local=10.183.10.61:3128 
remote=10.183.2.33:50206 FD 93 flags=1: read/write failure: (113) Software 
caused connection abort

The squid installation is new and with the default squid.conf, the unique 
change is dns server because I'm trying to start with a clean installation 
(previously I'd installed 2.7 and 3.56)
********************************************squid.conf******************************************************
acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
acl Safe_ports port 70          # gopher
acl Safe_ports port 210         # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280         # http-mgmt
acl Safe_ports port 488         # gss-http
acl Safe_ports port 591         # filemaker
acl Safe_ports port 777         # multiling http
acl CONNECT method CONNECT

http_access allow localhost manager
http_access deny manager

http_access deny !Safe_ports

http_access deny CONNECT !SSL_ports

http_access allow localnet
http_access allow localhost

http_access deny all

http_port 3128

coredump_dir /var/cache/squid

refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern -i (/cgi-bin/|\?) 0     0%      0
refresh_pattern .               0       20%     4320

dns_nameservers 8.8.8.8 208.67.222.222

max_filedescriptors 3200


--
Nelson Corbo
IT Responsible

-----Mensaje original-----
De: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] En nombre de 
Antony Stone
Enviado el: lunes, 31 de agosto de 2015 10:15
Para: squid-users@lists.squid-cache.org
Asunto: Re: [squid-users] Software caused connection abort

On Monday 31 Aug 2015 at 14:08, Corbo, Nelson wrote:

>               I'm getting failure messages in squid 3.57 for Windows, 
> I don't know the reason. I'll appreciate your support with this issue.

We'd appreciate in return some information about:

 - what was the request which got aborted?

 - what other information about this connection appeared in the log file 
leading up to this message?

 - what is your squid.conf (without comments or blank lines)?

In other words, please give us as much information as you can (rather than as 
little as you can) to help us work out what might have happened...

> Access.log:
> 
> 2015/08/31 10:03:41 kid1| local=IP_SQUID_SERVER:3128 
> remote=IP_CLIENT:CLIENT_PORT FD 77 flags=1: read/write failure: (113) 
> Software caused connection abort

Regards,


Antony.

--
A user interface is like a joke.
If you have to explain it, it didn't work.

                                                   Please reply to the list;
                                                         please *don't* CC me.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to