Questions tagged [proxy]
Device or program that stands between two or more interconnected programs/devices
3,338 questions
0
votes
0
answers
11
views
is there any way to use a proxy for Anthropic Computer Use Demo?
I was wondering if there's a way to send the requests of Anthropic Computer Use Demo
(https://github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo#accessing-the-demo-app) to a local ...
-1
votes
0
answers
40
views
When a client uses a proxy, the real client IP address is not sent to the email server [closed]
Network path:
Client public IP xxx.xxx.xxx.xxx ---> (91.91.91.91 Italy) ---> (OPNsense 101.101.101.101 Germany) ---> 192.168.10.39 (OPNSense LAN Email server)
I try:
auth_trusted_networks = ...
-1
votes
0
answers
24
views
nginx proxy manager similar solution for none docker environment
I am new into Reverse proxy and have basic understanding, i have did a afew research still don't get an answer what I am looking for i need some basic understanding weather the Scenario below can be ...
0
votes
0
answers
13
views
Sessions of apache webserver expiring - forcing logout of users (non php)
I have got some webservers running behind a proxy-server. These webservers are running an application, but it seems user are getting a "session expired" error. This error forces a logout and ...
0
votes
0
answers
7
views
Squid Proxy connection through GCP Private Service Connect with Proxy enabled (for getting client IPs making the request) error
We are trying to access the Squid Proxy Hosted in VM in GCP project exposed through PSC Published service from another project. We are not able to do it , getting the error: Received HTTP code 400 ...
-1
votes
0
answers
42
views
System process (PID 4) is still using my former web proxy
I work on this issue since two days, and I still didn't find any solution, and this drive me crazy.
I changed the way my VMs access to internet, from explicit proxy to transparent proxy. So I disabled ...
0
votes
0
answers
60
views
Can I define a proxy exception on the SUSE SLES15 media command line?
We have a specific intranet configuration where I need to specify a proxy to reach the SUSE update servers for SLES (e.g. for the installer update), but we also have a local update server that must be ...
0
votes
2
answers
99
views
how to authenticate one port only when squid listens on 2 ports
I want squid to listen to ports 3128 and 3129. I want auth on 3129 and no auth on 3128.
For now I have this config
# auth_param not shown but working
http_port 3128
http_port 3129
acl input_3128 ...
0
votes
0
answers
87
views
Danted: Unable to receive intial socks response
I try to setup a socks proxy server with an aws lightsail server ubuntu. I installed
sudo apt install dante-server
updated the config
logoutput: syslog
internal: ens5 port = 1080
external: IPv4.OF....
0
votes
0
answers
28
views
One-minute wait time before file is downloaded from repo1.maven.org (behind corporate proxy)
We're using Nexus as an artifact repository/proxy in our organisation's network, behind a corporate firewall. Recently, we started to notice issues where files would not or only partially be ...
0
votes
0
answers
95
views
Squid 5.9 on Ubuntu 22.04LTS unable to authen using Windows 2022 AD Server
Environment:
Squid OS: Ubuntu 22.04LTS
Squid version: 5.9
Windows DC OS: Windows Server 2022 Standard
Windows AD FFL and DFL: 2008
I was working on couples of days and I am not able to authenticate ...
0
votes
0
answers
77
views
Rocky Linux Proxypass url redirect
I have a VUE Nuxt-site with Nitro server hosted on a Rocky Linux running with PM2. The Nitro server is running on port 1344.
I have one site foo.se that has a proxy pass to the root and is working ...
0
votes
0
answers
58
views
Can't execute helper (external_acl_type) in Squid Proxy
Hello I am using Squid Proxy 3.5.23 and I want to limit user bandwidth using external_acl_type.
Inside my /etc/squid/squid.conf I configured:
auth_param basic program /usr/lib/squid/basic_ldap_auth -...
0
votes
1
answer
52
views
Apache forwards to wrong port
I have different subdomains which I want to end up to proxy to different ports
kibana.featurename.subdomain.mydomain.com should be forwarded to port 5601
pma.featurename.subdomain.mydomain.com should ...
0
votes
0
answers
31
views
squid webproxy online but no responding
I would like to set up a Squid proxy, but I keep getting the following error message:
Source (webproxy) is online, but not responding to connection attempts. The remote computer is not responding to ...
1
vote
0
answers
362
views
Xray Core does not respond to domain search
Im currently trying to setup Xray-core and 3x-ui to make residential proxies as explained in this SO question. Im on macOS but I downloaded UTM and created a Linux VM. I downloaded both Xray and 3x-ui ...
0
votes
0
answers
210
views
Registry as a pull through cache expected number of bytes: unexpected EOF
In our k8s on prem we have a local image registry from image docker.io/registry:2.8.3 that is a proxy from our dockerhub (registry mirror).
Sometimes our self-hosted-runners (ARC) get an error when ...
0
votes
0
answers
48
views
Zabbix Proxy 6.4 Cannot send heartbeat message to 'server'
I have configured a Zabbix Proxy version 6.4 and I am trying to add it to my zabbix server, but I am getting 'last seen age' as never.
The installation process was the following one:
wget https://repo....
0
votes
1
answer
557
views
How to create proxies with Xray Core (ISP/Residential)
Hello I am quite new to this area and I'm wondering If someone can guide me on building a proxy service. I currently spend hundreds renting out proxies in the form:
IP Address;Port Number; Login ID;...
0
votes
1
answer
46
views
How to Proxy Traffic from DDoS-Protected Server to Origin Server While Preserving Client IP?
Problem:
I have a server (Server A) hosted in Datacenter A, where a web server listens on ports 80 and 443 for the domain example.com. Unfortunately, Datacenter A does not offer DDoS protection.
To ...
0
votes
0
answers
57
views
Ubuntu proxy ARP limit subnet
I have a physical server that works as a hypervisor with several VDS. For virtual network interfaces, I enabled proxy_arp, but it resolves absolutely any IP address. For example, I can add the ...
0
votes
0
answers
93
views
Localhost routing through proxy when it should not be doing so
This is an issue a client is having. They have a proxy set up for all their web traffic but localhost (127.0.0.1) is also being incorrectly routed through the proxy. As you all know local traffic ...
0
votes
0
answers
26
views
RedHat - Permit only specific URLs when using proxy
I want to configure a server to have access to a specific URL. The server is shut out of the network and would need to establish the connection via proxy. I do not want the server to be able to have ...
0
votes
1
answer
116
views
Can I configure Apache httpd to dynamically proxy to an internal nodejs app depending on the user and app name specified in the URL?
I am trying to configure my Apache httpd VirtualHost to dynamically proxy to a nodejs app based on the user and app in the URL.
An internal user visits the web server at…
https://mywebserver/<user&...
1
vote
1
answer
230
views
Ray Cluster setup with "proxyconnect tcp: dial tcp connection refused"
Where are the possible places to configure K8S using a proxy as it repeats "proxyconnect tcp: dial tcp 127.0.0.1:1082: connect: connection refused" during setting up Ray Cluster?
Follow ...
0
votes
0
answers
54
views
Why doesn't nginx work without default_server?
I want to be able to use 2 different certs on my nginx reverse proxy, one for my domain and one for internal LAN use to encrypt my LAN traffic. From what I understand, having a server block with
...
0
votes
0
answers
320
views
Squid Proxy TLS without HTTP Tunneling
Currently I have all my Debian virtual machines using a Squid caching server to cut down on bandwidth when they all go to pull updates and download packages. And all other server to internet HTTP ...
0
votes
1
answer
383
views
Failed update : 14: curl#52 - "Empty reply from server" [duplicate]
I try to run sudo yum update but getting error : Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#52 - "Empty ...
0
votes
0
answers
104
views
How to Hide Real IP of Local Network Using Squid Proxy and External Proxy Server
I'm looking to enhance the security and privacy of my local network by hiding its real IP addresses. The way I've gone about it is the following: a local gateway for all client machines that runs ...
0
votes
1
answer
77
views
Specify environment variables for grafana-a-deployment in grafana-a CR with Grafana Operator in OpenShift
With the community-provided Grafana Operator in OpenShift, how can we configure the Custom Resource (CR) grafana-a to pass environment variables (e.g. NO_PROXY and HTTPS_PROXY) to the Deployment ...
1
vote
0
answers
157
views
Implementing a forward proxy for internet bound traffic in AWS
Say I have a few internal services living in a private subnet that need to make external API calls. To achieve this, I implement a lambda living in another VPC that makes the call on their behalf. Now ...
0
votes
1
answer
265
views
In windows is it possible to configure proxy settings at the system level and not on the user level
windows proxy settings page
The settings I apply here is scoped to user only. Is there an option apply this configuration on machine level?
0
votes
0
answers
603
views
Edge browser proxy settings for Burp Suite
This is my case:
I'm using a webapp in a Docker container localhost:4280.
I want to test this webapp with Burp Suite (which listen to port 8080) and Microsoft Edge browser.
The way to set the proxy on ...
0
votes
0
answers
688
views
How to route wireguard server traffic through a proxy?
I have two containers in my server, wireguard-server and cloudflare-warp which are deployed in the same host using:
docker run -d --name=wireguard \
-e LANG=en \
-e WG_HOST=example.com \
-e ...
0
votes
0
answers
163
views
TCP stream ends with retransmission of last FIN,ACK packet
The TCP network connection between an Haproxy server in TCP mode (.94) and Postfix (.137) randomly ends with the retransmission of last FIN,ACK packet from the Postfix server:
It only happens for ...
-1
votes
2
answers
78
views
Proxy for custom control
I need a proxy server that can temporarily block an application from accessing an endpoint, while allowing access to another service.
I have an monitoring app that backs up to a cloud provider. ...
0
votes
0
answers
140
views
Using iptables to route TCP traffic to upstream http proxy shows SSL routines::wrong version number
In a dockerized environment without the possibility of having a redsocks transparent proxy, I need to route TCP 80/443 traffic of a container to an upstream proxy, so I enabled net_admin capability on ...
0
votes
0
answers
166
views
UDP routing through VPS to local machine for server hosting
I am hosting a Minecraft server using geyser to allow both bedrock and java players to join my server. Java compatibility was easy, I set up a ssh tunnel from Local to VPS and all worked well, however ...
0
votes
0
answers
350
views
Can Nginx pass through PROXY protocol destination address/port?
We have Nginx running as a TCP proxy configured to receive PROXY protocol data from a downstream load balancer and send PROXY protocol data to an upstream server:
stream {
server {
listen ...
0
votes
0
answers
56
views
Split Nginx default conf into separate files based on different upstream services
Have a running Nginx auth proxy server with a growing default.conf.template file.
Want to split it into multiple files based on different upstream services.
./templates/default.conf.template file:
...
0
votes
1
answer
246
views
Dynamic port forwarding using tsh ssh -D cripples nmap functionality
I am having some issues when trying to use a teleport node as a sort of proxy to scan resources inside networks behind that said proxy node.
My setup looks like this:
I have a node inside my Teleport ...
0
votes
0
answers
572
views
cannot process received configuration data zabbix proxy
I have installed and configured a Zabbix proxy version 6.4.13 and I am trying to add it to a zabbix server version 6.4.
The point is that, the zabbix servers catches the zabbix proxy and the last seen ...
0
votes
0
answers
32
views
Two Squid Chaining but different IP segment
Can two proxy servers be chained together, where one server has access to the internet and the other can only access internal networks? How can I configure this setup?
IP addresses information:
...
0
votes
0
answers
131
views
Update Windows Server 2022 With Exchange 2019 using a proxy server to avoid giving the machine an internet connection
We have cloned our production e-mail server to a Hyper-V vm. We need to fix some update issues we have with our production server and as such we have restored the server from a backup so we cant test ...
0
votes
0
answers
78
views
Using Squid as proxy for allowing LimaCharlie Sensor to talk to LimaCharlie cloud
I am configuring LimaCharlie sensor on Windows 2022 server that does not have Internet access.
The LimaCharlie sensor is a software that is installed on computers, and uses HTTPS tcp/443 to ...
0
votes
0
answers
351
views
Apache & PHP-FPM: AH01144: No protocol handler was valid for the URL /index.php (scheme 'unix')
This error occurs despite all the fixes that I Googled.
Apache was loaded next modules:
# /usr/local/apache/bin/apachectl -M | grep proxy
[Thu Mar 14 22:37:35.825542 2024] [core:trace3] [pid 9087:tid ...
0
votes
1
answer
134
views
How does Windows evaluate proxy bypasses?
I've found a ton of information on how to implement proxy bypasses but not how the bypasses themselves are evaluated by Windows.
I'm looking for information specific to Windows and how the operating ...
0
votes
0
answers
121
views
Re-route traffic from a Shadowsocks server based on GeoIP
I am trying to set up a proxy network consisting of two servers:
First server is a ShadowSocks server (Rust version) with manager API enabled as a standalone systemd service. This allows opening proxy ...
0
votes
0
answers
40
views
Using proxy with another SSL certificate when connecting to app
There is an app that has configured a SSO throughout Keycloack server (Keycloack is mine). Let's assume that you can reach the app via https://www.example.domain.com. Now, I don't have access to the ...
0
votes
0
answers
137
views
Limit Nginx Proxy redirection to a specific page and action
I have a server that hosts several docker services, some of them are exposed to internet using Nginx Proxy Manager.
I want to create a proxy host for a specific page of a service, and only for this ...