[squid-users] open socket: (13) Permission denied

2014-10-11 Thread 李志-iie
Hi, I’m trying to set up Squid on a ARM platform. After compiling, I run Squid with command “/opt/squid/sbin/squid -N -d1” , and then configure the iptables. Unfortunately, when I browse a url, Squid reports an error: Attempt to open socket for EUI retrieval failed: (13) Permission

Re: [squid-users] open socket: (13) Permission denied

2014-10-11 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/10/2014 9:14 p.m., 李志-iie wrote: Hi, I’m trying to set up Squid on a ARM platform. After compiling, I run Squid with command “/opt/squid/sbin/squid -N -d1” , and then configure the iptables. Unfortunately, when I browse a url, Squid

Re: [squid-users] Squid, Kerberos and FireFox (Was: Re: leaking memory in squid 3.4.8 and 3.4.7.)

2014-10-11 Thread Victor Sudakov
Markus Moeller wrote: Hi Viktor, These sections of code do the selection in squid: char *service_name = (char *) HTTP, *host_name = NULL; Thanks for posting this. BTW does it mean that the service name HTTP is hardcoded, and if I wanted to use a principal with a different service name

Re: [squid-users] unexplained MISSes

2014-10-11 Thread Josep Borrell
Hi Amos, I know that the first request is always a miss. I'm reproducing the same vídeo from the same PC, and same browser erasing the cache between tests. Are there any doc that explain the meaning of all responses like ORIGINAL_DST ? And are there any way to know the reason of a MISS or a HIT

Re: [squid-users] SSL/SSH/SFTP/FTPS to alternate ports

2014-10-11 Thread Amm
On 10/12/2014 05:18 AM, Timothy Spear wrote: Hello, Here is the issue: I can proxy through Squid just fine to HTTP and HTTPS. I can also run SSH via Corkscrew to a SSH server running on port 443 and it works fine. What I cannot do, is access HTTPS or SSH on any other port except 443. Look

Re: [squid-users] SSL/SSH/SFTP/FTPS to alternate ports

2014-10-11 Thread B
check out your access log seeing what it says. Sounds like you are looking for an AFW from squid. The ports themselves are defined. You need to make sure the other ports are opened. Your rule tells squid to block the non-allowed sites to the non-allowed ports. Still sounds like FW function,