RE: access my home banking

From: Sergio Henrique Oliveira Pereira (EDB) <sergio.pereira@dont-contact.us>
Date: Wed, 9 Feb 2000 08:05:59 -0600

Hi Paul,

all my clients are automatic proxy configuration with proxy.pac file. And
all my clients are trouble for attempt connection.
my proxy.pac file is:
function FindProxyForURL(url, host)
{
    if (isPlainHostName(host))
        return "DIRECT";
    else
        return "PROXY proxy_server.my.domain:port; DIRECT";
}

any ideia ?

-----Original Message-----
Difficult to say without some more details, but from my experience the
client
proxy configuration could be the problem (as was the case with my
home-banking
software):

 if the java (applet or application?) needs to pass through a module which
is
also launched on your client machine (eg for bullet proof encryption), it is
usually done with a http connection through "localhost". So if your http
traffic
is configured to always use the squid proxy, this scenario fails as
"localhost"
means your client machine, not the squid proxy.

If this is the case, than you should set "no proxy for" to include
"localhost"
or 127.0.0.1 in your browser/java application and maybe also set the proxy
to
squid for this local module.

Alternatively, this has to be set in your proxy.pac file if you use
automatic
proxy configuration.

Hope this helps a little

Paul

"Sergio Henrique Oliveira Pereira (EDB)" wrote:
>
> Hi all,
>
> I'm a problem here. When I try access my home banking (Java
> application) I don't get load the full application. So, my squid is
> 2.2.STABLE5 and can anybody help me?
> thanks,
> ______________________________________
> Sergio Henrique Oliveira Pereira
> Technology Consultant
> e-mail: sergio.pereira@edb.ericsson.se
> Contact: 55 11 6224-8624
> MObile : 55 11 9119-9819
>
Received on Wed Feb 09 2000 - 07:17:54 MST

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