RE: Can ports used by Java scripts be "opened"

From: Dave J Woolley <DJW@dont-contact.us>
Date: Fri, 22 Oct 1999 19:27:56 +0100

> From: Robert Baird [SMTP:rbaird@cml.ca]
>
> I am currently using Squid/1.1.20 and one of my users wants to get his
> stock quotes real-time from a stock watch service that uses a Java applet.
> The Java applet uses a data link through port "x" (I have to check which
> one). Is there a way to open port "x" for this type of application?
>
        If the Java uses URLConnections, and the port number is
        greater than 1024, nothing needs to be done. If it is
        less than 1024, you need to consider whether it safe to
        let it through and, if so, change the list of safe ports.

        If the Java uses TCP connections directly, you need to
        configure your firewall to let the port through and Squid
        will in no way be involved.
Received on Fri Oct 22 1999 - 12:39:40 MDT

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