[squid-users] squid and problems with netaddress.com

From: Giorgio70165 <giorgio70165@dont-contact.us>
Date: Thu, 4 Dec 2003 10:19:13 +0100

Hi,

i am using Squid V2.4.STABLE6 on Linux 2.2.23 as a proxy.
Everything is ok exept some error when trying to send an attach with
netaddress.com webmail service (auth is ssl, the get/post of mail and
attach data seems to be plain).

I can see a lot of this messages and the client can't properly attach
the attachment to the mail. Any help is welcome.

- access.log
x.x.x.x - - [02/Dec/2003:11:25:16 +0100] "CONNECT www.netaddress.com:443 HTTP/1.0" 200 6 10 TCP_MISS:DIRECT
[...]
x.x.x.x - - [02/Dec/2003:11:26:56 +0100] "GET http://www.netaddress.com/tpl/Mail/323JEQINT/List? HTTP/1.0" 200 28340 TCP_MISS:DIRECT
x.x.x.x - - [02/Dec/2003:11:27:00 +0100] "POST http://www.netaddress.com/tpl/Message/323JEQINT/Read HTTP/1.0" 200 27760 TCP_MISS:DIRECT

- cache.log
2003/12/02 11:39:48| comm_accept: FD 12: (104) Connection reset by peer
2003/12/02 11:39:48| httpAccept: FD 12: accept failure: (104) Connection reset by peer

- squid.conf
http_port 8080
icp_port 0
htcp_port 0
emulate_httpd_log on
ftp_user anonymous
acl all src 0.0.0.0/0.0.0.0
acl lan src x.x.x.x-x.x.x.x
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager

#bye
Received on Thu Dec 04 2003 - 02:17:13 MST

This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:05 MST