Unauthorized access to libcrypto.so/libssl.so even though not using SSL
Solved
Mobile and Embedded
-
Hello, I've been unable to find an answer to this question so I hope someone more knowledgeable of such things can help out. I have an app that uses QNetworkAccessManager/QNetworkRequest that never requests via https or connects to server encrypted. Yet I get an error popup on Nougat warning me about unauthorized access.
Is there a way to tell Qt that I'm not using SSL and that it should never touch it when I'm using the network API?
Thanks for any help