Tagged articles
3 articles
Page 1 of 1
Linux Ops Smart Journey
Linux Ops Smart Journey
Sep 12, 2025 · Cloud Native

Unlock Real Client IPs in Envoy: Step‑by‑Step Configuration Guide

This article explains why backend services often see proxy IPs instead of the true client address in modern cloud‑native architectures, and provides a detailed walkthrough of configuring Envoy—including X‑Forwarded‑For handling, code snippets, testing, and security recommendations—to ensure the original client IP is correctly propagated.

EnvoyIP addressService Mesh
0 likes · 6 min read
Unlock Real Client IPs in Envoy: Step‑by‑Step Configuration Guide
58 Tech
58 Tech
Apr 25, 2019 · Information Security

Troubleshooting X-Forwarded-For Null Issue with Tomcat Behind Nginx Over HTTPS

When switching from HTTP to HTTPS, Tomcat fails to retrieve the client IP via X-Forwarded-For because of RemoteIpValve configuration and Nginx proxy settings, leading to null values and requiring adjustments in server.xml and Nginx headers to correctly propagate the original client IP.

HTTPSIP SpoofingRemoteIpValve
0 likes · 7 min read
Troubleshooting X-Forwarded-For Null Issue with Tomcat Behind Nginx Over HTTPS