Results 1 to 4 of 4

Thread: QSslCertificate returns NULL in Windows Server 2008 R2

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2012
    Location
    Porto
    Posts
    38
    Thanks
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default QSslCertificate returns NULL in Windows Server 2008 R2

    Hi people,

    Why in windows server 2008 r2 when i do

    Qt Code:
    1. const QByteArray certBa = certFile.readAll();
    2. qDebug() << "Certificate read - " << certBa.data(); // Write good
    3. QSslCertificate cert(certBa, QSsl::Pem);
    4. if(cert->isNull()) // YES
    To copy to clipboard, switch view to plain text mode 

    is returned NULL ?
    Last edited by plopes21; 17th January 2013 at 15:45.

Similar Threads

  1. Replies: 0
    Last Post: 14th January 2013, 19:19
  2. QImage() returns Null Image
    By ustulation in forum Qt Programming
    Replies: 7
    Last Post: 24th July 2012, 13:52
  3. Fancy Browser, Windows Server 2008 and empty webpage
    By drewpt in forum Qt Programming
    Replies: 1
    Last Post: 14th April 2011, 00:35
  4. Replies: 33
    Last Post: 2nd December 2010, 16:47
  5. QDBusMessage returns NULL string
    By nrabara in forum Qt Programming
    Replies: 0
    Last Post: 27th November 2009, 06:09

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.