Re: [squid-users] want to ask about DNS resolution in firefox as an example

2018-08-07 Thread avi_h
You probably also want to check for WebRTC leak: https://www.expressvpn.com/webrtc-leak-test -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users ma

Re: [squid-users] Does squid generates/adds additional HTTP headers?

2017-07-11 Thread avi_h
Hi Alex, Thanks for this. I can narrow it down, as you mentioned, I want to configure Squid to make some server(s) think that the request is coming directly from a user agent (e.g., browser). However, I don't know what those servers use to detect proxies, any idea on how I can figure it out? Idea

Re: [squid-users] Does squid generates/adds additional HTTP headers?

2017-07-10 Thread avi_h
Hi Amos, Thanks for the prompt reply. I'm trying to get squid to use the same headers as it received (to make it more transparent) so I would like to understand how it works so I can figure out how to configure it that way. After looking up online I configured the following: request_header_access

[squid-users] Does squid generates/adds additional HTTP headers?

2017-07-10 Thread avi_h
Hi, Does squid generates/adds additional HTTP headers be default? If so, are they being sent to the Web server or only to the client? Thanks in advance, Avi -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Does-squid-generates-adds-additional-HTTP-headers-tp

Re: [squid-users] External ACL

2017-05-28 Thread avi_h
Hi Amos, So I tried working with some older versions of squid but i still got the same issue. This happens both with my basic helper in python and with the ext_sql_session_acl. I'm kinda lost. Any chance you have any advice? Is it possible that the issue is with the channel parameter? Thanks, Avi

Re: [squid-users] External ACL

2017-05-24 Thread avi_h
Hi Amos, The issue is that it still fails to authenticate. That's why I thought those messages indicate an error. Same thing happens both when I use my script or when I use ext_sql_session_acl. I missed a line in from the output: 2017/05/24 20:28:57.084 kid1| 82,2| external_acl.cc(1338) externalA

Re: [squid-users] External ACL

2017-05-24 Thread avi_h
So I managed to create the SQL table after reviewing the script. When testing the script outside of squid I get an OK reply. When I tested with squid I got the same error message as before (queue overload). After some more investigating I managed to resolve that. What solved it was adding ipv4 to t

Re: [squid-users] External ACL

2017-05-24 Thread avi_h
Hi Amos, I can tell you I created a helper in python but had the same issue. Do you have some more details about the ext_sql_session_acl ? How should the SQL table be like and if every entry must have both an IP and a username associated with it? Thanks, Avi -- View this message in context:

Re: [squid-users] External ACL

2017-05-23 Thread avi_h
Hi Amos, Thanks for your reply. What I mean is that so far I only used squid_db_auth and it works great but now I have a need to allow certain IPs on top of allowing users. Since the IPs are not constant, I need a way to handle the allowed IPs dynamically. As for the amount of traffic, there is

[squid-users] External ACL

2017-05-22 Thread avi_h
Hi, I'm currently using the DB authentication (squid_db_auth). This works flawlessly, however I have a need to enable authentication by a list of IPs. I tried using a simple ACL, but it's not dynamic so that doesn't answer my need. So I'm trying to create an external ACL. For some reason the exter

Re: [squid-users] Squid to listen to HTTPS

2017-05-17 Thread avi_h
Hi Alex, Thanks for the info. I updated Curl to a newer version that supports HTTPS and managed to access the SSL proxy. Much appreciated. Regards, Avi -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-to-listen-to-HTTPS-tp4682393p4682439.html Sent from

Re: [squid-users] Squid to listen to HTTPS

2017-05-15 Thread avi_h
Hi Alex, I figured out the issue was with the browser after consulting with a colleague. I couldn't find any browser add-on that works in order to test this so I had a tester built just for that. With the tester I was able to use the HTTPS proxy with no issues. Thanks for your reply. Regards, Avi

[squid-users] Squid to listen to HTTPS

2017-05-14 Thread avi_h
Hi, I'm trying to get squid to listen to HTTPS in order to encrypt the traffic between the proxy and the user. I'm running squid 3.5.19 and squid is compiled with the --with-openssl option which is required for https_port directive. In order to accomplish that I used the following configuration: