Hello, I've setup squid to solely allow HTTP requests to access the proxy. I need to know how to allow any FTP request to any IP/port to access the proxy using TSL or SSL as well, but I dont want any P2P / Torrent or > 1024 port application other than Browsing and FTP to access the proxy. How to setup squid to do so ? FTP CLIENT PROXY CONNECTION QUOTE: [18:06:25] [R] Connection failed (Connection lost) [18:06:30] [L] Connecting to FTP WEBSITE Proxy -> IP=proxy.XXXXXXXXX.com PORT=8080 (attempt # 1) [18:06:30] [L] HTTP/1.0 403 Forbidden [18:06:30] [L] Server: squid [18:06:30] [L] Date: Tue, 26 Feb 2008 16:09:18 GMT [18:06:30] [L] Content-Type: text/html [18:06:30] [L] Content-Length: 1067 [18:06:30] [L] Expires: Tue, 26 Feb 2008 16:09:18 GMT [18:06:30] [L] X-Squid-Error: ERR_ACCESS_DENIED 0 [18:06:30] [L] X-Cache: MISS from xxxxxxx.squid [18:06:30] [L] X-Cache-Lookup: NONE from xxxxxxx.squid:8080 [18:06:30] [L] Via: 1.0 xxxxxxx.squid:8080 (squid) [18:06:30] [L] Proxy-Connection: close [18:06:30] [L] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> [18:06:30] [L] <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> [18:06:30] [L] <TITLE>ERROR: The requested URL could not be retrieved</TITLE> [18:06:30] [L] <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE> [18:06:30] [L] </HEAD><BODY> [18:06:30] [L] <H1>ERROR</H1> [18:06:30] [L] <H2>The requested URL could not be retrieved</H2> [18:06:30] [L] <HR noshade size="1px"> [18:06:30] [L] <P> [18:06:30] [L] While trying to retrieve the URL: [18:06:30] [L] <A HREF="ftp.website.com:28465">ftp.website.com:28465</A> [18:06:30] [L] <P> [18:06:30] [L] The following error was encountered: [18:06:30] [L] <UL> [18:06:30] [L] <LI> [18:06:30] [L] <STRONG> [18:06:30] [L] Access Denied. [18:06:30] [L] </STRONG> [18:06:30] [L] <P> [18:06:30] [L] Access control configuration prevents your request from [18:06:30] [L] being allowed at this time. Please contact your service provider if [18:06:30] [L] you feel this is incorrect. [18:06:30] [L] </UL> [18:06:30] [L] <P>Your cache administrator is <A HREF="mailto:admin@xxxxxxxxxxx">admin@xxxxxxxxxxx</A>. [18:06:30] [L] <BR clear="all"> [18:06:30] [L] <HR noshade size="1px"> [18:06:30] [L] <ADDRESS> [18:06:30] [L] Generated Tue, 26 Feb 2008 16:09:18 GMT by xxxxxxx.squid (squid) [18:06:30] [L] </ADDRESS> [18:06:30] [L] </BODY></HTML> [18:06:30] [L] Connection failed (Connection lost) Thanks.