5,139 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
24
views
Couldn't make reverse proxy work on Next.js with IIS
The project is work internal and I need to deal with IIS. Normally we will work with .NET applications specifically legacy .NET framwork. My Next app also using next-auth with third-party provider ...
0
votes
0
answers
46
views
Caddy reverse proxy configuration without ACME, with strict SNI
I want to use Caddy as a reverse proxy for my system. The system contains a backend running on localhost:8080 to which all traffic is redirected. The proxy listens for HTTP traffic on :80 and for ...
0
votes
0
answers
72
views
React + FastAPI in Docker: Frontend 404 / "Failed to fetch" while backend works via curl
I’m running a React frontend (served via Nginx) and a FastAPI backend inside Docker Compose.
Everything works fine when I test the backend directly using curl:
curl http://localhost:3301/api/settings/...
-1
votes
1
answer
46
views
Keycloak behind Traefik reverse proxy: Mixed Content error and HTTP/HTTPS mismatch in Docker Compose setup [closed]
Context
I’m building a production-ready backend for a mobile app. For deployment, I’m using Docker Compose, and Traefik as a reverse proxy / TLS-termination layer. I own a domain and manage several ...
0
votes
0
answers
37
views
How to correctly configure a Cloudflare Worker as a reverse proxy for Webflow and a WordPress subdirectory?
I am trying to set up a reverse proxy using a Cloudflare Worker to serve content from two different hosting providers under a single domain.
main domain is pointed to WebFlow and sub domain is being ...
-1
votes
1
answer
76
views
How to reverse proxy Websocket via Caddy using HTTPS outside and HTTP inside?
Reverse proxying https://example.net to http://localhost:8080 works fine with Caddy reverse_proxy.
Reverse proxying ws://example.net to ws://localhost:8080 works also fine with Caddy reverse proxy.
...
0
votes
1
answer
45
views
Render webpage that sets X-Frame-Options and redirects to OAuth flow in IFrame [closed]
I have a requirement where I need to render a web app that uses oauth to login in an iframe. The iframe setup is for tutorials, where the tutorial content is in one column, and the web app is in ...
0
votes
0
answers
33
views
Apache lua_mod setup: "lua: Unable to find function fetch_token_hook in <script directory>"
We're trying to run a lua script to hook into fixups phase of a request in an apache server app, but we keep getting the following:
"[Thu Aug 28 09:55:37.099004 2025] [lua:crit] [pid <<pid&...
0
votes
0
answers
35
views
NextJs + tRPC with Nginx as reverse proxy - duplicate header Transfer-Encoding: chunked
tRPC when used on client side with .useMutation() hook sends duplicate Transfer-Encoding: chunked header
Link to reproduction:
https://github.com/DownDev/trpc-bug
To reproduce
run using: docker ...
0
votes
0
answers
97
views
SSL_ERROR_NO_CYPHER_OVERLAP with Uvicorn behind Cloudflare
I'm running a FastAPI backend with Uvicorn on my VPS (Using Coolify) behind Cloudflare, and I'm getting the following error in the browser:
SSL_ERROR_NO_CYPHER_OVERLAP
The error only occurs when the ...
0
votes
1
answer
296
views
Keycloak admin console from behind reverse proxy
all, thanks for reading.
I have a keycloak server running locally in Docker. I want to make it accessible only through a reverse proxy. I managed to get that working with an nginx.conf that looks ...
0
votes
1
answer
43
views
Is it possible to route traffic through another server with HAProxy?
I have a specific problem where I have a host that cannot be connected to from outside IPs (let's call it server 1), but can initiate connections with other servers. However, I need to make a TCP ...
0
votes
0
answers
28
views
IIS Proxy using ARR to communicate with http endpoint using .Net and Rasa
I try to communicate with a Rasa Chatbot hosted by a client from an ASP.NET Core 6 web app hosted by my company with IIS.
The chatbot runs currently on a computer with the address localhost:5005.
The ...
0
votes
0
answers
58
views
How can I get an Apache2.4 reverse proxy working on my Synology NAS for an Angular Single Page Application
I'm working on a personal-use-only Angular application which retrieves data and images from 3rd party servers and displays it in a format useful to myself.
Question:
How can I enable a Reverse Proxy ...
0
votes
1
answer
37
views
How do I make my website and iOS/Android apps accessible to visitors whose ISP has blocked my IP address?
I have a website + iOS app + Android app + CDN for images + a pretty heavy database which is constantly being edited.
My country-specific IP addresses are permanently blocked in several foreign ...