“No Usable Version of Libssl Found” Error

we have the same problem with aspose.words and python 3.9 docker image.

Should we use dot net as the base image and run python server on top?
No usable version of libssl was found
Aborted (core dumped)

@koduris You should install libssl1.1:

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
&& sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb