I don't have parent proxy and port 443 is open. I manage to login to the site and perform almost every operation, i.e. payments, etc. I noticed that when trying to modify my profile as a user of the bank, the web site is trying to open an outside link, this is the link at the bottom bar: javascript:parent.frames['hiddenframe'].jumpSubmit('LINK_EXT','LINK_EXT_AFI_ UPDATE_PROFILE','https://www3.todo1.com/ff/Afi_ModificaPerfil.asp') I must say this does not happen with another proxy running on windows, a temporary one because will be replaced by squid on slackware in few weeks. I'm also having access with firefox and internet explorer on a windows xp with sp2. This is part of my access.log file when I try to modify my profile. It keeps that way until saying time out. 1116974615.041 119770 192.168.2.21 TCP_MISS/000 0 CONNECT www3.todo1.com:443 - NONE/- - 1116974717.714 102438 192.168.2.21 TCP_MISS/000 0 CONNECT www3.todo1.com:443 - NONE/- - Thanks in advanced, Rafael Paris ---- LOG FILE --- 1116973932.899 94737 192.168.2.21 TCP_MISS/000 0 CONNECT www3.todo1.com:443 - NONE/- - 1116973956.992 924 192.168.2.21 TCP_MISS/200 40712 GET http://squid-docs.sourceforge.net/latest/html/x1455.html - DIRECT/66.35.250.209 text/html 1116973957.499 0 192.168.2.21 TCP_NEGATIVE_HIT/404 517 GET http://squid-docs.sourceforge.net/favicon.ico - NONE/- text/html 1116973961.725 1 192.168.2.21 TCP_HIT/200 40722 GET http://squid-docs.sourceforge.net/latest/html/x1455.html - NONE/- text/html 1116973962.247 0 192.168.2.21 TCP_NEGATIVE_HIT/404 517 GET http://squid-docs.sourceforge.net/favicon.ico - NONE/- text/html 1116973983.331 50231 192.168.2.21 TCP_MISS/000 0 CONNECT www3.todo1.com:443 - NONE/- - 1116974062.640 90089 192.168.2.21 TCP_MISS/503 1549 GET http://www.visolve.com/ - NONE/- text/html 1116974073.183 253223 192.168.2.21 TCP_MISS/200 32618 CONNECT www.todo1.com:443 - DIRECT/208.63.148.91 - 1116974076.573 256613 192.168.2.21 TCP_MISS/200 27464 CONNECT www.todo1.com:443 - DIRECT/208.63.148.91 - 1116974107.390 288825 192.168.2.21 TCP_MISS/200 46807 CONNECT olb.todo1.com:443 - DIRECT/208.63.148.111 - 1116974111.072 291783 192.168.2.21 TCP_MISS/200 32434 CONNECT olb.todo1.com:443 - DIRECT/208.63.148.111 - 1116974190.133 343 192.168.2.21 TCP_MISS/200 363 POST http://fsbwserver06.f-secure.com/B23688 - DIRECT/65.200.212.3 application/octet-stream 1116974468.231 217 192.168.2.21 TCP_MISS/302 248 GET http://www.bancomercantil.com/ - DIRECT/208.63.148.123 text/html 1116974468.972 725 192.168.2.21 TCP_MISS/200 16291 GET http://www.bancomercantil.com/mercprod/site/home - DIRECT/208.63.148.123 text/html 1116974471.349 0 192.168.2.21 TCP_IMS_HIT/304 232 GET http://www.bancomercantil.com/mercprod/site/banners.js - NONE/- application/x-javascript 1116974472.337 586 192.168.2.21 TCP_MISS/200 4431 GET http://www.bancomercantil.com/mercprod/site/home - DIRECT/208.63.148.123 text/html 1116974472.511 223 192.168.2.21 TCP_MISS/200 1615 GET http://www.bancomercantil.com/favicon.ico - DIRECT/208.63.148.123 image/x-icon 1116974492.238 1 192.168.2.21 TCP_IMS_HIT/304 219 GET http://www.bancomercantil.com/mercprod/site/images/banners/banner_master.gif - NONE/- image/gif 1116974492.362 117 192.168.2.21 TCP_MISS/404 563 GET http://www.bancomercantil.com/mercprod/site/images/banners/compensacion2.gif - DIRECT/208.63.148.123 text/html 1116974502.240 0 192.168.2.21 TCP_IMS_HIT/304 219 GET http://www.bancomercantil.com/mercprod/site/images/banners/certificadodep.gi f - NONE/- image/gif 1116974615.041 119770 192.168.2.21 TCP_MISS/000 0 CONNECT www3.todo1.com:443 - NONE/- - 1116974717.714 102438 192.168.2.21 TCP_MISS/000 0 CONNECT www3.todo1.com:443 - NONE/- - -----Mensaje original----- De: Henrik Nordstrom [mailto:hno@xxxxxxxxxxxxxxx] Enviado el: Martes, 24 de Mayo de 2005 05:54 p.m. Para: Rafael Paris CC: Squid Users Asunto: Re: [squid-users] Error when working at secure sites On Tue, 24 May 2005, Rafael Paris wrote: > I'm having problems working with online banks. I'm able to login and > perform basic operations but, when trying to modify a service which > requires a security question and password to continue I get the following error... > > ERROR > The requested URL could not be retrieved > > While trying to retrieve the URL: www3.todo1.com:443 > > The following error was encountered: > > * Connection Failed > > The system returned: > > (110) Connection timed out Are you inside a proxy firewall, requiring the use of a parent proxy? If so see the FAQ on how to use Squid inside a firewall. If not verify your firewalling, making sure that your Squid is allowed to go to port 443 of the requested server. Also see the "Operating system dependent oddities" section in the FAQ as there is a lot of broken firewalls out on the Internet getting confused by Squid running on modern OS:es.. Regards Henrik