Hello, Please just update to the 0.9.5 release and this problem will be fixed. Best, -Michael > On 30 Mar 2021, at 10:08, Gisle Vanem wrote: > > I have a problem with he Python-module > and downloading a new .db-file. Used as: > > py -3 location.py --debug update > > always returns: > HTTP GET Request to location.ipfire.org > URL: https://location.ipfire.org/databases/1/location.db.xz > Headers: > If-modified-since: Tue, 30 Mar 2021 04:04:14 GMT > User-agent: location/0.9.4 > HTTP Response: 410 > Headers: > date: Tue, 30 Mar 2021 08:32:16 GMT > content-length: 282 > content-type: text/html; charset=iso-8859-1 > strict-transport-security: max-age=31536000; includeSubDomains; preload > connection: close > https://location.ipfire.org/databases/ reported: HTTP Error 410: Gone > Could not download a new database > > But when using wget or Chrome, the above URL downloads just fine. > > Maybe there is a problem with urllib in Windows' version of > Python 3.6.5? Or it's a server and CA-path problem since my > curl says: > subject alt name(s) or common name do not match "location.ipfire.org" > > (but a 'curl -k ..' works). > > How can I solve this? I've tried several ca-bundle files to no avail. > > -- > --gv