Network Error: TLS initialization failed

I have an Ubuntu 23.10 on which I installed the Seafile Client. When I try to add an account and connect to my server on which I self-host SeaFile in a Docker container, I get an error that says

Network Error:
 TLS initialization failed

In the logs, I see the following

[01/06/2024 01:36:26 PM]QSslSocket::connectToHostEncrypted: TLS initialization failed
[01/06/2024 01:36:26 PM]QSslSocket::connectToHostEncrypted: TLS initialization failed
[01/06/2024 01:36:26 PM]ServerStatusService: ignore request for host "seafile.myserver.org"
[01/06/2024 01:36:26 PM][network detector] got a network failure: 99
[01/06/2024 01:36:26 PM][api] network error for https://seafile.myserver.org/api2/auth-token/: TLS initialization failed

[01/06/2024 01:36:26 PM][network detector] resetting the qt network access manager
[01/06/2024 01:37:12 PM]Network Error:
 TLS initialization failed

The following versions of pertinent software are installed on my machine

➜  ~  which openssl             
/usr/local/bin/openssl
➜  ~  openssl version           
OpenSSL 1.1.1o  3 May 2022
➜  ~  qmake --version           
QMake version 3.1
Using Qt version 5.15.10 in /usr/lib/x86_64-linux-gnu
➜  ~

Any help is appreciated with this. This is a continuation of the struggle to get this thing working on Ubuntu which I posted about HERE.

For what it is worth, I have also installed Miniconda, which runs its own OpenSSL, but I disabled its base environment in shell, just to see if it helped. It didnt.