Comment 15 for bug 1617535

Revision history for this message
Jim Campbell (jwcampbell) wrote :

It appears as though the servers may have been updated to also serve this over https (previously, https didn't work at the Ubuntu geoip url), but the default value for desktops is to use the http value, and the defaults should be updated

Current values:
$ gsettings reset com.ubuntu.geoip geoip-url
$ gsettings get com.ubuntu.geoip geoip-url
'http://geoip.ubuntu.com/lookup'

Should show:
$ gsettings reset com.ubuntu.geoip geoip-url
$ gsettings get com.ubuntu.geoip geoip-url
'https://geoip.ubuntu.com/lookup'