Skip to content
Prev 28957 / 29559 Next

terra/GDAL error reading file from http inside docker container

Could be a certificate issue, have you tried replacing https with http in your
link? Or, alternatively set,
If that does not help, you could start debugging by enabling verbose curl
logging,
A list of other possible options is here [1]. setGDALconfig is however not
available in the 1.5.21 version you are using, you need to install dev version
first,
Best wishes,

Mathias

[1] https://trac.osgeo.org/gdal/wiki/ConfigOptions
On Mon, 2022-05-30 at 16:50 +1000, Roozbeh Valavi wrote: