Skip to main content

Questions tagged [squid]

Squid is a free, cross-platform caching proxy primarily used for web documents. Licensed under the GNU GPL, it runs on most available platforms, including Linux, FreeBSD, OpenBSD and Windows. It supports HTTP, HTTPS, FTP and other protocols.

0 votes
1 answer
14 views

50% of my request to Squid used as a proxy and setup with BasicAuth receive a 407, the other half works as expected. Why?

I have a Java application that needs to ping third party websites. To make it safer, I use Squid as a proxy: +-----------+ +-------------+ +--------------------+ | Java App. |---->| Squid ...
Alexis Wilke's user avatar
  • 1,650
0 votes
0 answers
29 views

Squid proxy configuration file: Correct I guess but not working

I've configured a Squid proxy server on my desktop, and I'm encountering an issue when trying to connect to it from another device on the same network. The proxy server is set up to utilize a 4G modem ...
Aniss Itaoui's user avatar
0 votes
0 answers
19 views

the Internet does not start via squid

I installed squid 6.2. I built it from sources with ssl. the service starts normally. there are 2 network cards. one looks at the local network, the other at the Internet. I used the manual for ...
Николай Мельников's user avatar
2 votes
1 answer
321 views

Why doesn’t Squid proxy add X-Forwarded-For and Via headers as it should?

According to the Squid proxy documentation the Via and Forwarded-For Headers should be set per Default, but they aren't showing up in my configuration. I installed a freshly instance of Squid and to ...
quantumquester's user avatar
1 vote
0 answers
66 views

Running forward proxy over openvpn

Where I live, there is quite a bit of censorship on the internet, and so I hope to be able to run a proxy on my home server which passes all my internet traffic through an openvpn tunnel, such that I ...
sawntoe's user avatar
  • 11
0 votes
0 answers
64 views

Configuring a custom dns and proxy setup

I have a smart-dns setup, Using dnsmasq as the dns server, which always resolves to my server ip address, for a given list of domains. I want a configure either a webserver or proxy program to listen ...
loxtic's user avatar
  • 1
0 votes
0 answers
149 views

squid proxy websockets fail

when chrome pass a websockets message , it showed Establishing a tunnel via proxy server failed. my squid is 4.14 on windows. I have tried use http_access allow all configure but failed
minato shizuku's user avatar
0 votes
0 answers
248 views

Squid and proxychains setup

I'm having trouble getting squid to use proxychains proxy list which includes tor. is there a way i can make squid talk to proxychains Privoxy Config: listen-address 127.0.0.1:8118 listen-address [::1]...
ApexX Gaming's user avatar
0 votes
0 answers
239 views

how to configure acl http_status 403 in Squid-Cache?

I have this rule to redirect TCP_DENIED/403, TCP_DENIED_REPLY/403, TCP_MISS/403 to deny.log acl DENY_ACCESS http_status 403 access_log stdio:/var/log/squid/deny.log squid DENY_ACCESS But I get ...
acgbox's user avatar
  • 785
0 votes
0 answers
273 views

Squid proxy problems with DNS resolution

I need to configure a proxy in Mozzilla Firefox to access some websites my organization blocks. Till now, i used a simple smartphone app called "Easy Proxy" that make a simple HTTP/HTTPS ...
ducarpit's user avatar
0 votes
0 answers
80 views

How to get Squid V4 to log "requestless" connections

I have a Squid proxy (V4.13), and it isn't logging all connections that are going through it. According to this message, before V5 "older Squids did not access-log many requestless TCP ...
Michael Firth's user avatar
0 votes
0 answers
128 views

Squid Proxy Block it RDP Connections, Solution?

This is my scenario: I create my blocking rules inside the Squid proxy to block pages and ports. And my problem is that when I want to connect to a Windows Remote Desktop via IP, it doesn't connect ...
Morbo Morbo's user avatar
1 vote
0 answers
540 views

[SQUID-6.1]: Setup Squid ipv4 to ipv6 proxy

I'm trying to setup a squid proxy that will accept multiple inbound connections on one IPv4 across a range of ports, and for each port connection to connect out on a unique IPv6 address. I can ...
Alexander's user avatar
0 votes
0 answers
1k views

kex_exchange_identification: Connection closed by remote host when connecting to sftp over https/ssl proxy

I am trying to connext to sftp server over https proxy, using the following command: sftp -v -o ProxyCommand="nc -X connect -x proxyIp:3128 %h %p" user@sftpIP 22. When I am running the ...
abhishek bhardwaj's user avatar
0 votes
0 answers
403 views

PfSense - Squid/LightSquid report

I set up Squid/LightSquid with SSL and certs on my machines. When I open LightSquid, I get the report with the host in the URLs, but I also get many entries that have solely IP addresses listed and ...
Brian B's user avatar

15 30 50 per page
1
2 3 4 5
17