Connection exception during geoip database [ERROR][o.e.i.g.GeoIpDownloader ][WUWVC0ASX02]

I am getting something similar

when I do http://10.40.0.20:9200/_ingest/geoip/stats?pretty

I get

{
"stats": {
"successful_downloads": 0,
"failed_downloads": 3,
"total_download_time": 0,
"databases_count": 0,
"skipped_updates": 0,
"expired_databases": 0
},
"nodes": {}
}

Looks like https://geoip.elastic.co/v1/database is not working. If I go to it I get 400: Bad Request

should a get request work on that URL