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

SSL Certificate Decrypt proplem in qml

Scheduled Pinned Locked Moved QML and Qt Quick
certificateqml
6 Posts 3 Posters 2.9k Views 2 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

    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
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on 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 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
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on 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 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 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

              • Login

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