Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Unauthorized access to libcrypto.so/libssl.so even though not using SSL

Unauthorized access to libcrypto.so/libssl.so even though not using SSL

Scheduled Pinned Locked Moved Solved Mobile and Embedded
networkingssl
3 Posts 2 Posters 2.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    OBsIV XIM
    wrote on 20 Dec 2016, 03:30 last edited by
    #1

    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

    1 Reply Last reply
    0
    • M Offline
      M Offline
      m.sue
      wrote on 20 Dec 2016, 09:59 last edited by m.sue
      #2

      Hi,
      you can configure i.e. build Qt with the option -no-openssl. Then Qt network classes compile without SSL capabilities.
      On the other hand, you should better find the reason for the warning.
      -Michael.

      1 Reply Last reply
      1
      • O Offline
        O Offline
        OBsIV XIM
        wrote on 21 Dec 2016, 08:41 last edited by
        #3

        Thanks. Path of least resistance was build OpenSSL for Android and deploy with our app.

        1 Reply Last reply
        0

        3/3

        21 Dec 2016, 08:41

        • Login

        • Login or register to search.
        3 out of 3
        • First post
          3/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved