QT Torrent example not working
-
wrote on 21 Jul 2019, 12:03 last edited by Raii
I'm running a torrent instance from a qt network instance, but I get this error when I start torrent.
https://doc.qt.io/qt-5/qtnetwork-torrent-example.htmlqt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
-
I'm running a torrent instance from a qt network instance, but I get this error when I start torrent.
https://doc.qt.io/qt-5/qtnetwork-torrent-example.htmlqt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
wrote on 21 Jul 2019, 13:09 last edited byDid you check the SSL requirements https://doc.qt.io/qt-5/ssl.html ?
-
wrote on 21 Jul 2019, 19:54 last edited by
i am a qt beginner :) can you explain a little more clearly
-
wrote on 21 Jul 2019, 19:57 last edited by
-
Hi,
You need to get a 32bit version of OpenSSL. Since it's Qt 5.12.2 you are using, you need to get the latest version of the 1.0 series. Since 5.12.4, the switch has been made to 1.1.
-
wrote on 21 Jul 2019, 20:39 last edited by
Thank you sir
1/6