Auto configuration failed

I had to reinstall my Debian 9.5. After the installation Nextcloud-2.3.3-x86_64.AppImage aborts with the following message:

Auto configuration failed
140170236831680:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
140170236831680:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
140170236831680:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
140170236831680:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf

Hello Thomas

I faced the same issue on Debian Stretch.
First, check that if you have openssl installed
sudo apt install openssl
Then I managed to solv this error by creating the OPENSSL_CONF variable
export OPENSSL_CONF=/etc/ssl/

and launch Nextcloud Appimage
./Nextcloud-2.3.3-x86_64.AppImage

Hope this will solve it on your system.
Loïc

Many thanks.

OpenSSL was installed; version 1.1.1~~pre9-1

but

export OPENSSL_CONF=/etc/ssl/

solved my problem.

It didn’t work with me :v
I am getting the same error using https://github.com/microweber/screen on a php:7.4-fpm docker container.