SSL Handshake failed !
Solved
Mobile and Embedded
-
Hi everyone!
I have some problems about SSL Qt Creator 5.12 on linux
i create an app mobile using websocket and httpbase.
android device imformation: android for armeabi-v7athis is some informations about problem:
Openssl installed:
Error:
Set permission for android device
my program work well on linux pc with emulator but when i deploy to real android device it have this problem.
-
You need to ship OpenSSL with your application, Qt does not do that for legal reasons.
-
problem was found !
Because of Qt 5.12 have problem .
Im uninstall and install Qt 5.10 and it work well :D tks all