No functional TLS backend was found error
-
Hello. I have an application where user needs to authenticate via oAuth. And I get the following error: qt.network.ssl: No functional TLS backend was found.
So, after I read some posts on StackOverflow, I tried to add ssl v3 via the Qt Maintance tool and get this dlls to folder, where exe file is. But, unfortunately, this does not help. So, can you help me solve this issue. I'm using Qt 6.6.0, and ssl version 3.
Here is my build folder:

Also, here is output of qInfo() << "SSL: " << QSslSocket::sslLibraryBuildVersionString():
qt.network.ssl: No functional TLS backend was found SSL: "" -
Hello. I have an application where user needs to authenticate via oAuth. And I get the following error: qt.network.ssl: No functional TLS backend was found.
So, after I read some posts on StackOverflow, I tried to add ssl v3 via the Qt Maintance tool and get this dlls to folder, where exe file is. But, unfortunately, this does not help. So, can you help me solve this issue. I'm using Qt 6.6.0, and ssl version 3.
Here is my build folder:

Also, here is output of qInfo() << "SSL: " << QSslSocket::sslLibraryBuildVersionString():
qt.network.ssl: No functional TLS backend was found SSL: ""@Rozerchik
Start by Googling for:qt.network.ssl: No functional TLS backend was found. There are quite a few topics. Have a read, see if any of them apply to your situation?