The version which is currently being used by rasterio (7.79.1) has problems with Letsencrypt certificates:
$ rio info https://demo.nextgis.com/api/resource/5511/cog
WARNING:rasterio._env:CPLE_AppDefined in HTTP response code on https://demo.nextgis.com/api/resource/5511/cog.xml: 0
Traceback (most recent call last):
File "rasterio/_base.pyx", line 261, in rasterio._base.DatasetBase.__init__
File "rasterio/_shim.pyx", line 78, in rasterio._shim.open_dataset
File "rasterio/_err.pyx", line 216, in rasterio._err.exc_wrap_pointer
rasterio._err.CPLE_HttpResponseError: CURL error: SSL certificate problem: certificate has expired
It seems the issue has been fixed in the recent version (7.80.0) of curl.
The version which is currently being used by rasterio (7.79.1) has problems with Letsencrypt certificates:
It seems the issue has been fixed in the recent version (7.80.0) of curl.