Yeah, I've been reading and researching and compiling and recompiling... and still getting SSL errors since upgrading to 5.12x

My config:
Qt Creator 4.9.2
Based on Qt 5.12.4 (Clang 10.0 (Apple), 64 bit)
Built on Jun 26 2019 11:30:44
From revision 8181363fa9

Compiling against NDK 19c

QSslSocket::sslLibraryBuildVersionString() returns "OpenSSL 1.1.1b 26 Feb 2019"

I've used the link provided at: https://doc.qt.io/qt-5/android-openssl-support.html:

https://github.com/KDAB/android_openssl

To grab the latest OpenSSL (but 1.1.1b instead of 1.1.1c).... rebuild, rebuild, clean, rebuild... and I still get this when accessing HTTPS files:

Qt Code:
  1. E linker : library "/system/lib/libcrypto.so" ("/system/lib/libcrypto.so") needed or dlopened by "/data/app/org.qtproject.example.markFinder-F4cbyaIXcBlklUMR3Eav2w==/lib/arm64/libQt5Core.so" is not accessible for the namespace: [name="classloader-namespace", ld_library_paths="", default_library_paths="/data/app/org.qtproject.example.markFinder-F4cbyaIXcBlklUMR3Eav2w==/lib/arm64:/data/app/org.qtproject.example.markFinder-F4cbyaIXcBlklUMR3Eav2w==/base.apk!/lib/arm64-v8a", permitted_paths="/data:/mnt/expand:/data/data/org.qtproject.example.markFinder"]
To copy to clipboard, switch view to plain text mode 
And:

Qt Code:
  1. W btstWx_map: qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
To copy to clipboard, switch view to plain text mode 

Anyone have any ideas why?!