Results 1 to 3 of 3

Thread: Help! Qt 4.6.0+Symbian SDK 5 does not support OPENSSL

  1. #1
    Join Date
    Dec 2009
    Posts
    12
    Thanks
    3

    Default Help! Qt 4.6.0+Symbian SDK 5 does not support OPENSSL

    Hi all
    I'm writting a small web app. on Symbian phone with sdk5 to connect HTTPS protocol, the Qt mudule QNetworkAccessManager works fine when it connect normal http. but when it connec to https server, i can't connect the signal "void sslErrors ( QNetworkReply * reply, const QList<QSslError> & errors )" to my slots. I checked the header, the Qt has a definition in <QNetworkAccessManager>

    #ifndef QT_NO_OPENSSL
    void sslErrors(QNetworkReply *reply, const QList<QSslError> &errors);
    #endif

    It seems the definition QT_NO_OPENSSL does exist. so the method donesn't take effect. but does not Qt support OpenSSL after 4.6?

    Furthermore, I downloaded the OpenSSL source form website, but i don't know how to integrate it with my environment (Qt 4.6 + Symbian SDK 5), besides, I check the symbian SDK 5 path, it seems already support openssl.

    any solution ?

  2. #2

    Default Re: Help! Qt 4.6.0+Symbian SDK 5 does not support OPENSSL

    Hi,

    somebody pls help with this issue, im having the same probs as well in my app

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Help! Qt 4.6.0+Symbian SDK 5 does not support OPENSSL

    If your Qt doesn't have ssl support then rebuild it with ssl support.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. run-time vs linked OpenSSL support
    By piotr.dobrogost in forum Installation and Deployment
    Replies: 12
    Last Post: 30th March 2012, 07:56
  2. How to Building Qt with OpenSSL support using the Windows SDK
    By josecarlosmissias in forum Qt Programming
    Replies: 2
    Last Post: 18th October 2011, 07:48
  3. windows 7 + mingw + qt 4.x + qca 2.x + openssl 0.98
    By jm in forum Installation and Deployment
    Replies: 0
    Last Post: 1st June 2010, 09:50
  4. Qt for Windows CE with OpenSSL support
    By Jonas in forum Installation and Deployment
    Replies: 2
    Last Post: 4th February 2010, 08:36
  5. Qt 4.5 Openssl problem
    By srikanth_trulyit in forum Installation and Deployment
    Replies: 1
    Last Post: 10th June 2009, 10:54

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.