Tile creation failure with "SSL library has no ciphers" #582
-
I'm using an old fork of titiler 0.3.5 (https://github.com/NASA-IMPACT/titiler) running in a Lambda w/ Python 3.8, I'm seeing a frequent issue where the generation of a tile fails with the following log messages. I know this is somehow related to the use of OpenSSL 1.0.2k in the Lambda environment and it not getting initialized properly, but I've been unable to find a solution. I was hoping this had been seen before. The error message is:
This happens for maybe 1 out of 10 tile requests, and it's random as executing the same request again works. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
this must be a gdal or rasterio issue not a rio-tiler one. I'll convert this thread to discussion |
Beta Was this translation helpful? Give feedback.
-
I think you're right about it rasterio or gdal, so moved here rasterio/rasterio#2784 |
Beta Was this translation helpful? Give feedback.
this must be a gdal or rasterio issue not a rio-tiler one. I'll convert this thread to discussion