Questions tagged as ['proxy']

Apple introduced privacy protection measures in macOS Monterey and iOS 15 which use a network of randomly assigned IPs to act as proxies when loading (amongst other things) email content. Does anyone know, or know how I can find out, what the network ranges of these services are?

This would be my scenario:
- device sends HTTP request (GET) to IIS hosted on Win10 machine (same internal network)
- IIS routes the HTTP request to a different website on the Internet that uses HTTPS
How would I go about this?
Thanks in advance!
I have troubles with Salt, installed on an HPC cluster. All maintenance commands (i.e. salt commands) are made from master0
. The minions to be managed are named node0
, node1
, ..., node4
. When I try to install a package on a minion (let's say python's numpy on node0
), I get the following error:
[root@master0 ~]# salt 'node0' pkg.install python3-numpy
*duplicate lines removed*
https://vault.centos.org/7 ...

Is there a way to monitor Haproxy response stats in the Browser.
For example curl -x 127.0.0.1:4444 http://ifconfig.me —>response 200
Is there a way to monitor the request response codes in the build in stats feature of haproxy?
[enter image description here][1]
And how to view request logs in log file.
My haproxy.cfg file looks like this:
[1]: https://i.stack.imgur.com/KSCR4.jpg
I'm trying to bypass the proxy setting (Windows 2012) for all private IP addresses (e.g. 10.0.0.0/8, 172.16.0.0/12 & 192.168.0.0/16) and I can't understand what is meant by local. The Internet Options check box has "Bypass proxy server for local addresses". I can't find any more information on what that means however. Is it local to your subnet? Or all "local" as in all private IP ranges? If it's th ...
I'm using this configuration to nginx proxy reverso
location /backend {
rewrite ^/backend(.*)$ $1/ break;
proxy_pass http://credentials-web-bff.cl-milugar:5000;
proxy_redirect off;
}
and i don't have problem when Url like https://frontend/backend/mysite , but when the Url finish in "/" this rule didn't work.
can you guys help me ?
I have a server (Ubuntu-Server) with some Docker-based servers (Gitlab, Redmine) and NGINX as Proxy.
gitlab.<myserver> => NGINX -> <docker-net-ip>:port => Gitlab-container
redmine.<myserver> => NGINX -> <docker-net-ip>:port => Redmine-container
SQL-container
...
May be there is a duplicated question but it seems no one do this scenario.
I have several machines in my network which are not using proxy to outbound.
I want to redirect all traffic, using route tables, to an appliance so that appliance ingests that clean traffic and send it to a proxy, or at least to a proxy socks.
I've seen that apparently it could be made using RedSocks, or maybe not. I'm not able ...

I have a case where I need to proxy pass a domain (domain1.com) to a different domain (domain2.com) hosted on a shared ip address (192.168.168.168), but domain2.com DNS is pointed other than the shared ip address, so domain2.com cannot be used as the proxy pass, only the shared ip address.
Since the shared ip address has multiple hostnames, is there a domain or hostname configuration option that ...
I have two appliccations (nginx) and (springboot) in a vps (Centos 7).
I have a proxy that work fine.
When i request from localhost to vps(springboot) it works fine, but when i request from vps(nginx) to vps(springboot) it broke. All request work fine but this one in particular doesn't.
the error is:
2021/11/08 18:51:24 [crit] 890#890: *42 open() "/var/lib/nginx/tmp/client_body/0000000005" failed ...
I'd like to find a way to block websites like https://checkip.amazonaws.com or at least restrict them to the point they can no longer output my server's public IP address.
For example, if I do curl https://checkip.amazonaws.com my output would simply be 1.1.1.1 (or in other words, my IP address).
Is there a way to have an app that would inspect the output of each website my server tries to connect ...

I had to develop an application that makes a request to an external web server and get the response back, sounds easy right? Well no.
The problem is that not all the request I make to that server are correctly routed, by means sometimes the request arrive at destination and other do not (it gives me ECONNTIMEDOUT
)
I have tried to use the ping
command to that server, and I get the exact behavior as befor ...
I recently uninstalled apache2 for Nginx I'm trying to listen on 88, 808 and 888 for my sites and redirect different subdomains for each (and another domain to another server). the problem is that Nginx is giving bad gateway for all proxied requests and timeout for the direct ip access.
proxy conf : --> otherdomain.fr = eror 502 bad gateway
# HTTP
server {
# Listen on ipv4
listen 80;
#lis ...

it's very hard to find something on google - you get too many results from nginx and proxy alone.
so we have a nginx-docker-container which delivers some static files and should talk to a backend-server on specific locations. we gave http_proxy and https_proxy per docker-compose into the environment of the container
trying the connection with curl results in success - its because of the http_proxy/h ...
I am currently running a web service which is a little unusual because it is available on the non-anonymous web, the Tor Onion service network, and the Invisible Internet(I2P). It can thus be accessed on up to four different hostnames using 3 different networking technologies, should the necessary software be installed.
This service also sends email notifications to users who opt-in. To accomplis ...
I want to create a HTTP and HTTPS proxy server, to use with cURL
curl -vvv "ifconfig.me" -x user:password@myproxy:8000
I am trying Nginx, but I can not get to work with user and password, my requirement is protecting with user and password
What software do I need?
An authorized domain authorized-domain.tld in exchange 2010 with main domain main-domain.tld would not send email to internet but internally to main domain.
Reproduced / describde scenario:
- User opens outlook client 2010 and binds the authorized domain email account e.g.: authorized-email@authorized-domain.tld
- After account loaded and from this account, user then composes an email to external@somew ...
I am using Grafana on a server that does not have Internet, I need to send Telegram notifications, for that I am using Nginx server in another machine.
Server A:
- Grafana installed / Running on port 3000.
- Grafana url: www.example.grafana.com
- IP of the server (example): 10.16.216.122
- It uses this webhook to send telegram messages: api.telegram.org
- I also configured /etc/hosts to send that notifications to ...

he have a php application that has access to proxmox and display the vnc console by sharing the token. this is in a apache2 server. We try to proxying the vnc requests behind apache so the end user has no direct access to proxmox. The issue based on the logs that there is no handler for apache:
AH01144: No protocol handler was valid for the URL /api2/json/nodes/server/qemu/vmid/vncwebsocket (schem ...
I am currently working with NGINX Proxy Manger to manage my reverse proxy redirects.
However, I have a problem with automatic redirects that I can't solve.
I have two projects, wordpress
and monitoring (prometheus/grafana
) the wordpress one works perfectly with a subdomain (subdomain.domain.com).
For the second one, I don't want to use a subdomain but something like this: subdomain.domain.com/monitoring ...
I'm hosting a service on port 3000. Using apache, I made it so https://git.mywebsite.com
proxies over to http://mywebsite.com:3000
. Now, if I input the following command:
sudo iptables -A INPUT -p tcp --dport 3000 -j DROP
It does prevent external users from accessing http://mywebsite.com:3000
, but now apache can no longer access it internally as well, which means https://git.mywebsite.com
is down also. I ...
This is my nginx configuration :
server {
listen 443 ssl;
server_name sub.example.fr ;
location ~ ^/ (123[0-9])$ { # regex work
#rewrite ^/[0-9]{4}(.*)$ $1 last; # do not work, with last or break
#proxy_pass http://localhost:$1/; # add slash not allow
proxy_pass http://localhost:$1;
}
}
I want to forward https://sub. ...
We have a virtual machine with a public IPv4 address, to which our example.com
and *.example.com
domain points.
We have several distributed low-tech computers establishing a wireguard connection/tunnel with the publicly reachable virtual machine.
We want the virtual machine to serve a website on ports 80
/443
, accept ssh connections via port 22
, and more.
We want the low-tech computers to be public ...
How can I proxy a website from Docker through Nginx without it acting as localhost?
My current setup consists of an Ubuntu host with a couple of Docker containers with exposed ports. The Docker containers are only exposed locally. The exposure on the Internet consists of an Nginx server that proxies the Docker containers to certain subdomains.
In one Docker container I run Wordpress. I pulled it fro ...
I have an issue trying to get the subdomain as a variable and use it somewhere in another part
what I'm trying to do is a proxy configuration that allow me to connect between
aaa.example-example.com will show me example.com/aaa
and
bbb.example-example.com will show me example.com/bbb
my code :
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName wildcard.example.com
ServerAlias *.exa ...
I have one STB box to where i don't have any access. Sometimes the IPTV signal is lost. I wonder, is there some good proxy software that passes everything and logs everything so that i can catch when there is some remote timeouts etc. I don't care what data is sent to server and what data is recived, but i need to know if data is asked and not received. I would put some linux machine between router and ...
I configure squid proxy on Centos 7. I am using Squid version 3.5.20. I also try squid 4.10 on Ubuntu 20.04, but I got the same problem. Maybe my ACL was wrong.
I configure DSTNAT on Router to intercept HTTP traffic from 192.168.1.0/24 to Squid Proxy 10.10.10.10:3128.
This is /etc/squid/squid.conf file:
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 ...