[squid-users] Squid is using ipv4 for non-ssl connections

2020-06-22 Thread Joshua Bazgrim
Hi there, I'm still fairly new to squid. Hoping someone can help me out. I have a tcp_outgoing_address for ipv6 that routes to nftables to give me a rotating ipv6 address. However, on non-ssl calls, it uses ipv4 instead. Is there a way to have squid use ipv6 for non-ssl calls? curl -L -x PROXYIP

[squid-users] Upload throttling

2020-06-22 Thread Mate Javor
Hi squid-users, We’re trying to configure squid upload throttling using client_delay_pools . I was reading around the topic and some says that client_delay_pools is not a solution for throttling uploads. Can you pls help me here? ___ squid-users mailing

[squid-users] transparent proxy upgrade 3.5 to 4.12, Error parsing SSL Server Hello Message on FD XX

2020-06-22 Thread Tanner
I have squid set up as a transparent outbound proxy using version 3.5. When upgrading to 4.12, I am seeing an error "Error parsing SSL Server Hello Message on FD XX" that did not happen before. Here is my config: http_port 3129 intercept cache_effective_user squid cache_effective_group squid worke

Re: [squid-users] Squid and c-icap's srv_url_check module

2020-06-22 Thread Amos Jeffries
On 22/06/20 7:37 pm, Amiq Nahas wrote: > > Problem solved. The name of service was wrong. > Service name should be icap://127.0.0.1:1344/url_check instead of > icap://127.0.0.1:1344/srv_url_check. > Thanks for helping in narrowing the problem. > Welcome, thats what we are here for. Sorry for not

Re: [squid-users] Error: (71) Protocol error (TLS code: SQUID_ERR_SSL_HANDSHAKE)

2020-06-22 Thread Amos Jeffries
On 22/06/20 5:14 pm, Eliezer Croitoru wrote: > I have tested 4.12 and with default settings I am getting an error on > some local common web pages. > > > (71) Protocol error (TLS code: SQUID_ERR_SSL_HANDSHAKE) > Handshake with SSL server failed: error:141A318A:SSL > routines:tls_process_ske_dhe:d

Re: [squid-users] Squid and c-icap's srv_url_check module

2020-06-22 Thread Amiq Nahas
On Fri, Jun 19, 2020 at 4:20 PM Amos Jeffries wrote: > > On 19/06/20 10:07 pm, Amiq Nahas wrote: > >> Looks like traffic is fine and Squid operational, but no sign of any > >> ICAP activity. I think try adding this to your config: > >> > >> adaptation_access svcBlocker allow all > >> > >> Its su