Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Consuming https services problem in Anroid 6 (Marshmallow) in QT/QML?

Consuming https services problem in Anroid 6 (Marshmallow) in QT/QML?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 884 Views 1 Watching
  • 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.
  • H Offline
    H Offline
    halil sogut68
    wrote on last edited by
    #1

    Hi,

    We are using Arcgis Runtime SDK for Qt 10.2.6 and Qt 5.4.2 (MSVC 2013, 32 bit) Qt Creator QT\QML side. And we are develop and deploy Adroid app with Android Armeobi-v7a (GCC4.9 , QT 5.4.2) kid.

    We can consuming http services in Anroid 6 (Marshmallow) verison but in https we can not consuming . Does Anroid 6 (Marshmallow) verison support SSL ? Can we consume https services using with XMLHttpRequest object in Anroid 6 ?

    Best Regards

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Following the Android 6.0 changes page. They are moving away from OpenSSL. So for your application to continue working you should compile OpenSSL yourself for Android and deploy it with your application.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • H Offline
        H Offline
        halil sogut68
        wrote on last edited by halil sogut68
        #3

        Hi SGaist,

        So if I understand I have to modify my native code to call the Java cryptography APIs via JNI or to statically link against a cryptography library .Is it true ? İf is It true , how can I modify my native code to call the Java cryptography APIs via JNI or to statically link against a cryptography library to solve SSL problem in qml side.Because I can't find any example to do this in windows side.Can you help me about this important problem. Im find this example like below but in linux side , Is it correct example?

        http://doc.qt.io/qt-5/opensslsupport.html

        Thanks

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Currently, the most straightforward is to provide your version of OpenSSL with your application.

          Look for OpenSSL on Android, and then rebuild Qt to use it directly.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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