What is the name of the domain?
ogdb.link
What is the issue you’re encountering
geo steering LB with cloudflare proxy enabled not helping to reduce latency
What steps have you taken to resolve the issue?
I thought to enable geo steering for my domain to reduce latency based on geo location.
So I enabled load balancing with geo steering mentioned at Geo steering · Cloudflare Load Balancing docs
Without cloudflare proxy it works fine, HTTP request get served by nearest endpoint and can see reduced latency.
But when cloudflare proxy is enabled, HTTP request goes through cloudflare proxy server, which is far away from end user and hence don’t see reduction in latency.
First I am targeting to reduce latency for users in India. But with proxy enabled, for request from India, it reaches to cloudflare proxy located in either Germany or Frankfurt and then it reaches to my domain endpoint.
I am not sure whether this is expected or not.
Does this mean geo steering load balancing is not helpful with cloudflare proxy enabled?