Re: Traffic Router Enhancement - Default Maxmind Geolocation Override

2018-02-15 Thread Eric Friedrich (efriedri)
Sounds great, thanks! > On Feb 15, 2018, at 10:33 AM, Rivas, Jesse wrote: > > Eric, > > We can determine a response from MaxMind is a default location when the > following conditions are met: the country code is populated, the city is > null, the postal code is null, and the subdivisions list

Re: Traffic Router Enhancement - Default Maxmind Geolocation Override

2018-02-15 Thread Rivas, Jesse
Eric, We can determine a response from MaxMind is a default location when the following conditions are met: the country code is populated, the city is null, the postal code is null, and the subdivisions list is empty. If these conditions are met, we check for an instance of maxmind.default.over

Re: Traffic Router Fail - Too Many Open Sockets

2018-02-15 Thread Nir Sopher
Hi, I think I found the root cause. We had an https delivery service with no ssl-keys. As a result the router was not able to fully load the configuration. The bad delivery service was deleted and cr-config was snapshot again. Now however the router was stuck, still trying to get the old certific

Re: Traffic Router Enhancement - Default Maxmind Geolocation Override

2018-02-15 Thread Eric Friedrich (efriedri)
How does the suggested fix know when maxmind is returning a “default location” versus an actual location? Hopefully the solution is applicable to CDNs which are spread across multiple countries and geographies? —Eric > On Feb 13, 2018, at 1:34 PM, Rawlin Peters wrote: > > Yeah, this basicall