Skip to main content

Questions tagged [reverse-proxy]

A reverse proxy server usually refers to an HTTP accelerator or load-balancer which proxies requests on behalf of the actual clients to one or more backend HTTP servers. Make sure your question is programming-related, and not about setup/configuration. Only programming-related questions are on-topic on stackoverflow.

reverse-proxy
1 vote
0 answers
54 views

How listen HTTPS and HTTP on same port depending on host with GO?

I'm writing a reverse proxy in go. I already have a basic setup working, but I want to be able to listen on a port and have it use TLS or not depending on the host. This is my current code: var ...
PortalGamesMais's user avatar
-1 votes
0 answers
17 views

Keycloak with nginx reverse proxy [closed]

I have configured Nginx as a reverse proxy for Keycloak, and to start, I tried to configure Nginx to redirect any request to gitlab.com to Keycloak. However, I have this error in the console. Help! I ...
Ines El Haj Ahmed's user avatar
0 votes
0 answers
31 views

Next.js Server-Side Rendering Returns 404 with Nginx Reverse Proxy to Express Backend

Problem I created a full-stack application using Docker, Nginx, Next.js, Axios, Express.js, and CORS. In this setup, I implemented a reverse proxy. When I try to fetch something from the backend, I ...
Henderson's user avatar
0 votes
1 answer
30 views

Gitea redirection to login page does't work with Traefik reverse proxy

I use Traefik as a reverse proxy and gitea as a git server. I configure my gitea container as described here. It works fine, I can open gitea service with gitea path prefix, clone the repository, etc. ...
Oleksandr's user avatar
-1 votes
0 answers
16 views

408 upload .net afd

We have an application in .net 4.8 that allows the upload of CSV files. After placing Azure Front Door we are getting the 408 error. From the logs, it is possible to see that the error is only ...
AnisioMoreira's user avatar
0 votes
1 answer
36 views

How to pass client ip address via Nginx reverse proxy to FastAPI

I am trying to pass the request client IP address to a FastAPI backend via Nginx. Example FastAPI endpoint: @app.post('/api/example') def send_order(data: SomeDataType, request: Request, response: ...
FreelanceConsultant's user avatar
0 votes
0 answers
12 views

Reverse Proxy with forward-target

I have configured a reverse proxy in Apache2. It gets requests by HTTPS - unwraps the HTTPS and then forwards to local HTTP-processes for /web and /rest. <VirtualHost *:4443> ProxyPass /web ...
chris01's user avatar
  • 12k
0 votes
0 answers
50 views

How to Forward gRPC Requests in a Proxy Server for Ray?

I am implementing a reverse proxy for Ray. The reverse proxy works well for HTTP requests, but some communications of Ray use gRPC. For example, the reverse proxy is getting requests like http://...
Emmanuel Murairi's user avatar
0 votes
0 answers
18 views

Prometheus scrape over HTTPS with Haproxy [closed]

I have a Prometheus instance running locally, trying to scrape metrics from cAdvisor through HAPproxy. The Prometheus job: - job_name: cadvisor_server scheme: https static_configs: - targets: [ '...
The Creator From Gallifrey's user avatar
0 votes
0 answers
26 views

AH00951: HTTP: backend socket is disconnected in apache2 logs

Hi i'm using a reverse proxy for my node.js api's as configured by a fiverr devops gig. here is my api.domain.conf: <VirtualHost *:80> ServerName api.domain.net RequestReadTimeout header=...
Gowri Shankar's user avatar
0 votes
0 answers
37 views

Setting up Reverse Proxy for Keycloak

I need assistance with configuring a reverse proxy in front of Keycloak. Specifically, I aim to access gitlab.com through this setup, but I find myself redirected to Keycloak instead. Here’s what I ...
Ines El Haj Ahmed's user avatar
0 votes
0 answers
15 views

Can apache2 proxy provide secure commnication with a server app that has no support for SSL?

I have a hosted VPS with apache2 and SSL certificate and key (free, certbot). In DNS I created two subdomains: www.myserver.org and rstudio.myserver.org. Browser connection with https://www.myserver....
Joachim Van Meirvenne's user avatar
0 votes
0 answers
12 views

Websocket Handshake at the same time makes server 504 bad gateway

Okay, here's the detail I have ubuntu VM with nginx as web server, here's all the app backend, laravel frontend, laravel websocket, socketio, expressJS (run on port 8015, reverse proxy to domain-ws....
Tuhan Kamu's user avatar
-1 votes
1 answer
44 views

Caddy subdomain issue, `ERR_SSL_VERSION_OR_CIPHER_MISMATCH`

First time using Caddy. I have a VPS (Hetzner if that's relevant) running Docker containers to host my projects on. So far there is only one API hosted there, and Caddy to handle HTTPS and act as a ...
David's user avatar
  • 35
0 votes
0 answers
25 views

How to create reverse proxy or forward request in Apache for soap service?

I've a soap service in address https://orash.ir/mis.asmx on windows server and also, I've https://wp.orash.ir on Ubuntu server. I need to send request to https://wp.orash.ir/mis.asmx?..... and forward ...
Varooneh's user avatar

15 30 50 per page
1
2 3 4 5
348