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
QtWS25 Last Chance

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.
  • OBsIV XIMO Offline
    OBsIV XIMO Offline
    OBsIV XIM
    wrote on 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.sueM Offline
      m.sueM Offline
      m.sue
      wrote on 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
      • OBsIV XIMO Offline
        OBsIV XIMO Offline
        OBsIV XIM
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0

        • Login

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