[squid-users] Fwd: Cipher Suites

2012-02-10 Thread PS
> Hello, > Is there a way for me to force a server to accept the cipher that I am > choosing? Below you can see my http_port directive. > > http_port 3128 ssl-bump generate-host-certificates=on > dynamic_cert_mem_cache_size=4MB > key=/usr/local/squid/ssl_cert/private/squid-rsa-3.2.pem > cert

[squid-users] Squid 3.2.0.14: "failed to select source for ..."

2012-02-10 Thread Helmut Hullen
Hallo, squid-users, my self made squid 3.2.0.14 sometimes produces messages like Jan 30 08:56:58 Arktur squid[4263]: Failed to select source for 'http:// ivwbox.de/' Jan 30 08:56:58 Arktur squid[4263]: always_direct = 0 Jan 30 08:56:58 Arktur squid[4263]:never_direct = 0 Jan 30 08:56:58 A

Re: [squid-users] Squid 3.2.0.14: "failed to select source for ..."

2012-02-10 Thread Ralf Hildebrandt
* Helmut Hullen : > Hallo, squid-users, > > my self made squid 3.2.0.14 sometimes produces messages like > > > Jan 30 08:56:58 Arktur squid[4263]: Failed to select source for > 'http://ivwbox.de/' ivwbox.de does not resolve. Maybe that's normal? -- Ralf Hildebrandt Charite

Re: [squid-users] Squid 3.2.0.14: "failed to select source for ..."

2012-02-10 Thread Amos Jeffries
On 10/02/2012 11:31 p.m., Helmut Hullen wrote: Hallo, squid-users, my self made squid 3.2.0.14 sometimes produces messages like Jan 30 08:56:58 Arktur squid[4263]: Failed to select source for 'http:// ivwbox.de/' Jan 30 08:56:58 Arktur squid[4263]: always_direct = 0 Jan 30 08:56:58 Arktur sq

Re: [squid-users] Squid 3.2.0.14: "failed to select source for ..."

2012-02-10 Thread Helmut Hullen
Hallo, Ralf, Du meintest am 10.02.12: >> my self made squid 3.2.0.14 sometimes produces messages like >> Jan 30 08:56:58 Arktur squid[4263]: Failed to select source for >> 'http://ivwbox.de/' > ivwbox.de does not resolve. Maybe that's normal? I may not believe it. I never had these messages wi

Re: [squid-users] Squid 3.2.0.14: "failed to select source for ..."

2012-02-10 Thread Amos Jeffries
On 11/02/2012 2:27 a.m., Helmut Hullen wrote: Hallo, Ralf, Du meintest am 10.02.12: my self made squid 3.2.0.14 sometimes produces messages like Jan 30 08:56:58 Arktur squid[4263]: Failed to select source for 'http://ivwbox.de/' ivwbox.de does not resolve. Maybe that's normal? I may not beli

Re: [squid-users] Squid 2.7.STABLE9 suddenly fails to run

2012-02-10 Thread SB Tech
On 10 February 2012 01:28, Amos Jeffries wrote: >> squid.conf is owned by >> "root" user and group, r/w for user only; the swap log (which I assume >> is swap.state) is owned by "proxy" user and group. > > > Then ensure that the root user is the account you are starting Squid from. > Not your nor

Re: [squid-users] Squid 3.2.0.14: "failed to select source for ..."

2012-02-10 Thread Helmut Hullen
Hallo, Amos, Du meintest am 11.02.12: [...] >> This message appeared not only with "ivwbox.de" but also p.e. with >> "google.com". About 5 to 10 messages within 1 minute, and then a >> long pause (long = more than 30 minutes ...) > Sounds a bit like behaviour Alex S reported to squid-dev about

[squid-users] Re: Cipher Suites

2012-02-10 Thread PS
I am not sure if this email made it to the list since I did not see any responses. On Feb 10, 2012, at 4:33 AM, PS wrote: >> Hello, > >> Is there a way for me to force a server to accept the cipher that I am >> choosing? Below you can see my http_port directive. >> >> http_port 3128 ssl-bump

Re: [squid-users] Re: Cipher Suites

2012-02-10 Thread Amos Jeffries
On 11/02/2012 11:13 a.m., PS wrote: I am not sure if this email made it to the list since I did not see any responses. It did. No responses just means nobody who has read it has an answer. Amos On Feb 10, 2012, at 4:33 AM, PS wrote: Hello, Is there a way for me to force a server to acce

Re: [squid-users] ext_user ACL

2012-02-10 Thread Amos Jeffries
On 11/02/2012 8:00 a.m., Wladner Klimach wrote: "Denies if the user *is* logged in. Okay as an idea, but if the user is NOT logged in it will request credentials until one of the restrictUsers set is given. You can stick " all" at the end of that access line to skip challenging for credentials fo

Re: [squid-users] Re: Cipher Suites

2012-02-10 Thread Amos Jeffries
On Feb 10, 2012, at 4:33 AM, PS wrote: Hello, Is there a way for me to force a server to accept the cipher that I am choosing? Below you can see my http_port directive. http_port 3128 ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB key=/usr/local/squid/ssl_cert/pr

[squid-users] squid sessions behind NAT

2012-02-10 Thread Vyacheslav Maliev
Hi! Tell me please, how i could delimit sessions in session helper for users behind the NAT against proxy squid? For example, users connect to proxy squid server throught VPN by router and they have one IP address for squid after NAT. If i need to show splash page for the each user, what can i do?

Re: [squid-users] Re: Cipher Suites

2012-02-10 Thread PS
Thanks Amos. I will try experimenting with it a bit more. On Feb 10, 2012, at 8:41 PM, Amos Jeffries wrote: > >>> >>> On Feb 10, 2012, at 4:33 AM, PS wrote: >>> > Hello, > Is there a way for me to force a server to accept the cipher that I am > choosing? Below you can see my ht

RE: [squid-users] compile error on Squid 3.1.18

2012-02-10 Thread Justin Lawler
HI, I'm getting the same problem on 3.1.19 on solaris: list='compat lib snmplib libltdl scripts src icons errors doc helpers test-suite tools'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \

RE: [squid-users] compile error on Squid 3.1.18

2012-02-10 Thread Justin Lawler
Apologies - actual error earlier in the process - when compiling LDAP: Making all in LDAP gcc -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../src -I../../../include -I../../../libltdl -I.-Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomment