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. SSL Certificate Decrypt proplem in qml
QtWS25 Last Chance

SSL Certificate Decrypt proplem in qml

Scheduled Pinned Locked Moved QML and Qt Quick
certificateqml
6 Posts 3 Posters 2.3k 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.
  • H Offline
    H Offline
    halil sogut68
    wrote on 13 Oct 2015, 08:12 last edited by
    #1

    I have qt/qml project an I use wcf encrypt service wich begin https.This service can't work in mobile.How can I decrypt or load certificate in qml side ?

    Thanks

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 13 Oct 2015, 21:37 last edited by
      #2

      Hi,

      What mobile platform are you referring to ? Which version of Qt are you using ?

      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 14 Oct 2015, 06:54 last edited by
        #3

        Hi,
        I have using android platfoform.I have use QT 5.4.2 version (Android for armeobi- v7a GCC 4.9,QT 5.4.2)

        Thanks

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 14 Oct 2015, 21:40 last edited by
          #4

          Did you compile OpenSSL for Android ?

          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 20 Oct 2015, 07:16 last edited by
            #5

            Hi,
            Problem has solved with this code like below:

            #include <QSslConfiguration>
            #include <QSslSocket>

            QSslConfiguration config = QSslConfiguration::defaultConfiguration();
            config.setPeerVerifyMode(QSslSocket::VerifyNone);
            QSslConfiguration::setDefaultConfiguration(config);
            

            Thanks

            1 Reply Last reply
            0
            • A Offline
              A Offline
              Alux
              wrote on 20 Oct 2015, 07:24 last edited by
              #6

              hi , i have a problem like this, can u help me plz ?

              my code is about send mail in smtp - tls connection on port 587 , but i have problem when i use socket->startClientEncryption(); and then i have timeout error.

              plz help me about that. thank u

              1 Reply Last reply
              0

              2/6

              13 Oct 2015, 21:37

              topic:navigator.unread, 4
              • Login

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