RE: [squid-users] Cannot reach ASX Site

From: Andrew Loughnan <andrewl@dont-contact.us>
Date: Wed, 7 May 2003 21:58:48 +1000

Further to this here is another error that I am receiving from the same site

1052385259.071 60003 10.0.5.254 TCP_MISS/000 0 POST http://www.asx.com.au/asx/registration/Logon.jsp - NONE/- -

and the same error with another site both have POST errors

1052385560.370 59998 10.0.5.254 TCP_MISS/000 0 POST http://www.mycourse.com.au/student/index.cfm - NONE/- -

Thanks
Andrew Loughnan, MCP
Computer Services Manager
St Joseph's College
135 Aphrasia St
Geelong, Victoria Australia
3220
Ph +61 3 5226-8100
DD +61 3 5226-8165
Fax +61 3 5221-6983
E-mail: andrewl@sjc.vic.edu.au <mailto:andrewl@sjc.vic.edu.au>
Web Site: http://www.sjc.vic.edu.au <http://www.sjc.vic.edu.au/>

> -----Original Message-----
> From: Andrew Loughnan
> Sent: Wednesday, 7 May 2003 12:28 PM
> To: squid-users@squid-cache.org
> Subject: [squid-users] Cannot reach ASX Site
>
>
>
> I need to be able to use this page
> http://www.asx.com.au/asx/registration/Logon.jsp to logon to
> the ASX site but I keep getting a time out error when i
> submit my username and password.
>
> Any help appreciated
>
>
> I am using RH 8.0, Squid 2.5.STABLE2
> here is my squid.conf lines
>
> http_port 3128
> cache_peer 203.43.169.250 parent 3128 0 default no-query login=PASS
> cache_mem 128 MB
> maximum_object_size 409600 KB
> cache_dir ufs /var/spool/squid 8000 16 128
> cache_access_log /var/log/squid/access.log
> cache_log /var/log/squid/cache.log
> cache_store_log /var/log/squid/store.log
> cache_effective_user squid
>
> debug_options ALL,3
> log_fqdn off
> log_ip_on_direct off
> cache_replacement_policy lru
> memory_replacement_policy lru
>
> log_mime_hdrs on
>
> ftp_user Squid@
> ftp_passive on
> ftp_sanitycheck on
>
> hosts_file /etc/hosts
>
> redirect_program /usr/sbin/squidGuard -c /etc/squid/squidGuard.conf
> redirect_children 8
> redirect_rewrites_host_header off
>
> extension_methods SEARCH SUBSCRIBE PROPFIND PROPPATCH MKCOL
> MOVE BMOVE DELETE BDDELETE
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl linuxsrv src 10.0.5.254/255.255.255.255
> acl localsrv src 10.0.4.1-10.0.4.49
> acl students src 10.0.4.1-10.0.5.250
>
> acl SSL_ports port 443 563
> acl Safe_ports port 80 # http
> acl Safe_ports port 81 # OWA
> acl Safe_ports port 21 # ftp
> acl Safe_ports port 443 563 # https, snews
> 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
> acl GETPOST method GET POST
>
> # Only allow cachemgr access from localhost
> http_access allow manager localhost
> http_access allow SSL_ports
> http_access allow GETPOST
> http_access allow CONNECT !SSL_ports
> http_access deny manager
> http_access deny !Safe_ports
> http_access allow localhost
> http_access allow linuxsrv
> http_access deny manager
> http_access allow students
> http_access deny all
>
> icp_access allow all
> pipeline_prefetch on
> forwarded_for on
> reload_into_ims off
>
> cache_mgr andrewl@sjc.vic.edu.au
> strip_query_terms off
> uri_whitespace strip
> ie_refresh on
>
>
> Below is from /var/log/squid/cache.log
> Referer: http://www.asx.com.au/asx/registration/Logon.jsp
> Host: www.asx.com.au
> 2003/05/07 13:39:29| The request POST
> http://www.asx.com.au/asx/registration/Logon.jsp is ALLOWED,
> because it matched 'GETPOST'
> 2003/05/07 13:39:29| storeCreateEntry:
> 'http://www.asx.com.au/asx/registration/Logon.jsp'
> 2003/05/07 13:39:29| storeKeyPrivate: POST
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:39:29| fwdStart:
> 'http://www.asx.com.au/asx/registration/Logon.jsp'
> 2003/05/07 13:39:29| peerSelect:
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:39:29| peerSelectFoo: 'POST www.asx.com.au'
> 2003/05/07 13:39:29| carpSelectParent: CARP Calculating hash
> for http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:39:29| peerSelectIcpPing:
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:39:29| peerSelectCallback:
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:39:29| fwdStartComplete:
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:39:29| fwdConnectStart:
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:39:29| fd_open FD 26
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:39:29| commConnectStart: FD 26, www.asx.com.au:80
> 2003/05/07 13:39:29| idnsALookup: buf is 32 bytes for
> www.asx.com.au, id = 0x299
> ==============================================================
> ==============2003/05/07 13:40:08| ipcacheCycleAddr:
> www.asx.com.au now at 203.15.147.66
>
> 2003/05/07 13:41:29| fwdConnectTimeout: FD 26:
> 'http://www.asx.com.au/asx/registration/Logon.jsp'
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:41:29| fwdServerClosed: FD 26
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:41:29| fd_close FD 26
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:41:29| fwdConnectStart:
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:41:29| fd_open FD 26
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:41:29| commConnectStart: FD 26, www.asx.com.au:80
> 2003/05/07 13:41:29| ipcacheCycleAddr: www.asx.com.au now at
> 203.15.147.66
> 2003/05/07 13:43:29| fwdConnectTimeout: FD 26:
> 'http://www.asx.com.au/asx/registration/Logon.jsp'
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:43:29| fwdServerClosed: FD 26
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:43:29| errorConvert: %U -->
> 'http://www.asx.com.au/asx/registration/Logon.jsp'
> 2003/05/07 13:43:29| errorConvert: %U -->
> 'http://www.asx.com.au/asx/registration/Logon.jsp'
> 2003/05/07 13:43:29| The reply for POST
> http://www.asx.com.au/asx/registration/Logon.jsp is ALLOWED,
> because it matched 'all'
> 2003/05/07 13:43:29| fd_close FD 26
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:43:29| httpRequestFree:
> http://www.asx.com.au/asx/registration/Logon.jsp
> 2003/05/07 13:43:29| ctx: enter level 0:
> 'http://www.asx.com.au/asx/registration/Logon.jsp'
>
> Below is from /var/log/squid/access.log with mimeheaders on
>
> 1052349644.025 239851 10.0.5.91 TCP_MISS/504 1471 POST
> http://www.asx.com.au/asx/registration/Logon.jsp - NONE/-
> text/html [Accept: image/gif, image/x-xbitmap, image/jpeg,
> image/pjpeg, application/vnd.ms-powerpoint,
> application/vnd.ms-excel, application/msword,
> application/x-shockwave-flash, */*\r\nReferer:
> http://www.asx.com.au/asx/registration/Logon.jsp\r\nAccept-Lan
guage: en-au\r\nContent-Type: application/x-www-form-urlencoded\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; .NET CLR 1.1.4322)\r\nHost: www.asx.com.au\r\nContent-Length: 66\r\nProxy-Connection: Keep-Alive\r\nPragma: no-cache\r\nProxy-Authorization: Basic YW5kcmV3c3Q6YXNkMTI=\r\n] [HTTP/1.0 504 Gateway Time-out\r\nServer: squid/2.5.STABLE2\r\nMime-Version: 1.0\r\nDate: Wed, 07 May 2003 23:20:44 GMT\r\nContent-Type: text/html\r\nContent-Length: 1149\r\nExpires: Wed, 07 May 2003 23:20:44 GMT\r\nX-Squid-Error: ERR_CONNECT_FAIL 110\r\n\r]

Thanks
Andrew Loughnan, MCP
Computer Services Manager
St Joseph's College
135 Aphrasia St
Geelong, Victoria Australia
3220
Ph +61 3 5226-8100
DD +61 3 5226-8165
Fax +61 3 5221-6983
E-mail: andrewl@sjc.vic.edu.au <mailto:andrewl@sjc.vic.edu.au>
Web Site: <http://www.sjc.vic.edu.au/>
Received on Wed May 07 2003 - 05:55:32 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:16:19 MST