Re: [SQU] Squid and Java Applets

From: Robert Collins <robert.collins@dont-contact.us>
Date: Wed, 6 Dec 2000 08:22:21 +1100

Sanjay,
    Squid won't be stripping the applets in this case. However many applets try to communicate with their server directly, or using
other TCP ports.

CHAT applets, by definition do this.
so....
You WILL need to enable NAT and ipchains or some similar combination on your gateway to get them owkring properly.

This looks like a squid issue, but actually its a straght forward firewalling/gatewaying isssue.

Caveat: I could be wrong:] If you have some logs that indicate 'strip' rather than 'can't connect directly' please send an extract
to the list ..

Rob

----- Original Message -----
From: "Sanjay Bhattacharya" <assp75@caltiger.com>
To: <squid-users@ircache.net>
Sent: Wednesday, December 06, 2000 5:03 AM
Subject: [SQU] Squid and Java Applets

> Hi,
> I have got an intranet where the Linux server is the gateway to the
> internet. I am using squid on my Linux server. My problem is that when I am
> trying to connect to the chat sites on the internet from my client (Win9x
> m/c's running IE5) ,it can't execute the applets as squid is stripping off
> the java applets. Can someone pls tell me why the applets get stripped by
> squid and how t overcome it. My squid.conf file is :
>
> acl mynet src 192.168.1.0/24
> acl all src 0.0.0.0/0.0.0.0
> http_access allow mynet
> http_access deny all
> icp_access allow mynet
> icp_access deny all
> cache_effective_user nobody
> cache_effective_group nobody
>
> I will be very glad if someone can please tell me how to let squid allow the
> java applets to pass to the clents so that the clients can execute the
> applets.
>
> -Thanks
>
> --
> To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
>
>

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Dec 05 2000 - 14:17:16 MST

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