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. Openssl Support for Qt Application.....

Openssl Support for Qt Application.....

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 4 Posters 4.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.
  • P Offline
    P Offline
    Peter Jerald
    wrote on last edited by
    #1

    I have tried to access to https:// sites via Qt browser in ARM processor but I failed. Laterally I came to know that for accessing these https://sites we need SSL support. As per the cross complication document provided wiki open ssl and our Qt ssl support document. I have successfully cross complied the SSL and Qt with ARM processor board and also I can able to access https:// sites but “I can able to access only the demo browser(given in /opt//Qt/demos/browser)” I have designed my own application to access the https:// sites but I am not able to connect.

    I have given all the complete path as well as I included the network module to my application but still I am not able access the sites.

    Is there explicit code for invoking this SSL to my application? Or any sample code available for this ?

    Please help me !!!!!

    Thanks in advance.

    Regards,

    A. Peter Jerald

    1 Reply Last reply
    0
    • B Offline
      B Offline
      blex
      wrote on last edited by
      #2

      QSslSocket documentation contains some code example.

      Look in the debug output of you application, it may help to localize the problem


      Oleksiy Balabay

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DenisKormalev
        wrote on last edited by
        #3

        Have removed duplication of thread, but not sure this one should be here. Maybe at desktop section? Or you have tried at desktop and all was ok, but at arm it fails?

        1 Reply Last reply
        0
        • P Offline
          P Offline
          Peter Jerald
          wrote on last edited by
          #4

          Hi,

          Yes i have tried in desktop. Its working perfectly but it fails in arm.

          Please help me !!!

          Thanks and Regards,

          A. Peter Jerald.

          Regards,

          A. Peter Jerald

          1 Reply Last reply
          0
          • X Offline
            X Offline
            xizzhu
            wrote on last edited by
            #5

            I have some basic sample code at: "http://xizhizhu.blogspot.com/2010/08/basic-samples-for-ssl-communication.html":http://xizhizhu.blogspot.com/2010/08/basic-samples-for-ssl-communication.html

            Most likely, your problem is that you don't have the root CA for the server, and you didn't ignore that error.

            My Blog: http://xzis.me/

            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