QT android SSL authentication certificate adding with apk to run on android device
-
Hey Developers, I need help for build apk along client certificate and when I install on android certificate will have to install on android device
Current scenario is I have build app in QT creator, I am using client certificate for ssl authentication, it works fine on windows machine but not using android phone.
For android when I try to connect with server using ssl socket using client certificate it give me error as
ERROR: could not establish encrypted connection (The certificate is self-signed, and untrusted)My certificate is self signed and I am using it local server.
Can anyone help me with this??? -
@AMOL said in QT android SSL authentication certificate adding with apk to run on android device:
I am using client certificate for ssl authentication
Could you show your Qt code?