Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [proxy]

A proxy is a program that acts as an intermediary in connections between a client and server. There can be proxies for any communication protocol: HTTP, SSH, …

0 votes
0 answers
27 views

Apache Traffic Service - remap/redirect of HTTPS URLs

Playing with ATS as a forward proxy and wanting to block certain URL/FQDNs. I have a remap config: map https://bbc.co.uk/ https://www.google.co.uk/ map https://www.bbc.co.uk/ https://www.google.co....
Neil Briscoe's user avatar
0 votes
1 answer
25 views

Can ssh as socks proxy be detected?

I am connecting with web browser (Chromium, Firefox) using socks5 proxy via local port opened by ssh -D <port> <host> (currently openssh 9.8). Sometimes, I experience problems from the ...
lash's user avatar
  • 739
0 votes
0 answers
15 views

Nginx Proxy, Cloudflare Full SSL, and Load Balancer Redirection Loop?

I'm facing an issue with a redirection loop when using Nginx as a reverse proxy in front of my load balancer. My setup is as follows: Domain: aarohisilks.com DNS: Cloudflare, A record pointing to my ...
havishka's user avatar
0 votes
0 answers
26 views

Setting up a proxy for ssh access

I have a pac file that my university provides to access certain websites outside the university LAN. Usually for web-browsing I just add the pac file to firefox settings, and it connects without issue....
DatBoi's user avatar
  • 101
-1 votes
0 answers
23 views

How to make HAProxy redirect traffic via a certain sub-proxy depending on URL?

I have a server (S-1) with HAProxy and a number of residential proxies (PR-s) as login-passwords-port. There're multiple users who will connect to the internet via S-1. I want to have HAProxy to ...
Marco C. Stewart's user avatar
2 votes
1 answer
89 views

Proxy between UNIX socket with socat

I used socal to create a proxy server between 2 UNIX sockets: /var/a.sock , /var/b.sock client -> /var/a.sock -> MY_COMMAND -> /var/b.sock -> MY_COMMAND -> /var/a.sock ->client. The ...
Polo1990's user avatar
0 votes
1 answer
245 views

Cannot initiate the connection to archive.ubuntu.com

I am unable to update or install any packages through sudo apt-get Following works: `ping google.com` `wget google.com` However apt-get commands fail with an error like: E: Failed to fetch http://...
Sarvesh Thakur's user avatar
0 votes
0 answers
14 views

How to pass a peer/sub-proxy from ACL script back to Squid?

Let's say, I have a python script which handles ACL: #squid.conf # [............] # sub-proxies/peers cache_peer 01.01.01.99 parent 30024 0 no-query no-digest name=peer1 cache_peer 01.01.02.99 parent ...
kriss100's user avatar
-4 votes
1 answer
64 views

How to takeover forwarded tcp streams in Linux? [closed]

I have some TCP streams which are only going over my linux box. In theory, it only packet forwards them. Now some new idea happened on which now I think, it would be much better to also alter their ...
peterh's user avatar
  • 9,848
0 votes
0 answers
27 views

How to protect a docker container with tcp wrappers, xinetd or something like that?

I have a Dicom medical docker container, on a bridged network, that receives tcp connections (not web/http/https) from other Dicom enabled devices, such as MRI scanners. It is an old DCMTK binary ...
Dolapevich's user avatar
0 votes
1 answer
32 views

Proxy chrome traffic throught a specific interface

Hi I want to proxy all chrome traffic through phone connected via usb with usb tethering enabled. The name of the interface created after conneting the phone is enx6a4d9d721efe and it has ip 192.168....
Add MeFast's user avatar
0 votes
1 answer
23 views

dd wrt as a proxy client

I want to use a router in a network with a proxy. Without the router, everything works if you open the proxy settings in Windows and enter the address and port. No additional actions are required. I ...
Сергей Корягин's user avatar
0 votes
0 answers
64 views

local proxy port forward error with SSH: SSS_SSH_knownhostsProxy: connection refused

I am using redhat enterprise edition 8.9 where I am trying to connect to remote server via local proxy method: When I run the command in the shell: ssh 127.0.0.1 -p 35856 I get the below error: ...
Anisha goyal's user avatar
0 votes
1 answer
66 views

envoy proxy running on localhost works fine from curl, but times out from golang "hey" tool

I'm stepping through some Envoy tutorials (probably doesn't matter if you don't know what that is). I'm doing this on my Ubuntu VM (Windows 11 host) and I'm behind a corporate firewall. We run a ...
David M. Karr's user avatar
0 votes
0 answers
14 views

Apache failover BalanceMember

An interesting question crept up on me when I made the following configuration (names and IPs are fictitious). Background: route 1 - 10.10.10.10 is an IPSec tunnel route 2 - 20.20.20.20 to the ...
Tsunani's user avatar

15 30 50 per page
1
2 3 4 5
43