You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maxmind documentation show that you need to configure a user and license key to be able to download the files.
This is not configurable in Geomate, so the download fails. Maybe the download system was updated recently?
Yes ok, these url's work, but are not mentioned anymore in the Maxmind documentation.
Would feel more comfortable to have the new url's with basic auth curl in the future.
The maxmind documentation show that you need to configure a user and license key to be able to download the files.
This is not configurable in Geomate, so the download fails. Maybe the download system was updated recently?
From https://dev.maxmind.com/geoip/updating-databases#directly-downloading-databases
curl -O -J -L -u YOUR_ACCOUNT_ID:YOUR_LICENSE_KEY 'https://download.maxmind.com/geoip/databases/GeoIP2-City-CSV/download?suffix=zip'
OR
wget --content-disposition --user=YOUR_ACCOUNT_ID --password=YOUR_LICENSE_KEY 'https://download.maxmind.com/geoip/databases/GeoIP2-City-CSV/download?suffix=zip'
The text was updated successfully, but these errors were encountered: