-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL No functional TLS backend was found #691
Comments
Hm. Example:
|
thanks for the answer. I found the solution to the problem. It seems that qt's ssl library needs its backend in order to work properly (
So, using CQtDeployer I managed to force it to deploy those libraries along with the project:
|
@Gappa88 i prepare new builds of cqtdeployer that should be deploy tls plugin automatically https://quasarapp.ddns.net:3031/QuasarApp/CQtDeployer/c666dc0aa08d6e2baa156eee579d10a138dd0ab1/ |
check cqtdeployer 1.5.4.14 |
thanks @EndrII , I will check it |
Hello everyone,
I'm trying to deploy a Qt6.2 application in which I use this MQTT library.
I have built Qt6 from sources on Ubuntu 20.
Running the application from QtCreator (v6), debug and release mode, it works prefectly; also running the executable from terminal it works great, but if I run the executable after have it unpacked from the CQtDeployer deploy (zip or deb) it doesn't work.
I got the following error:
I also have printed the QSsl support
QSslSocket::supportsSsl()
and the result is false (running the program from the original executable or from QtCreator the result is true).Command for packing the executable:
qtdeployer.sh -bin MQTTManagerLib zip
I also tried other combination, like:
Environment
OpenSSL 1.1.1f 31 Mar 2020
PS:
I also have rebuilt Qt6 from sources adding, in the configure step, the flag
-openssl-linked
but the response is the same, got the previous error.EDIT:
here the verbose log:
and the tree created by unzipping the package created by CQtDeployer:
what am I missing here? @EndrII
EDIT2:
I tried the very same operations with the same project on windows 10 and I got the same error
The text was updated successfully, but these errors were encountered: