Results 1 to 9 of 9

Thread: HELP NEEDED: HHTPS POST to Apache server fails

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: HELP NEEDED: HHTPS POST to Apache server fails

    No, as far as I have understood, no special build of Qt is required as long as the required DLL's are present in the applications' PATH at run time. If they are not, a call to QSslSocket::supportsSsl () will return FALSE. I use this method to verify that the PC supports SSL.

    So (a) No, (b) Yes

  2. #2
    Join Date
    Aug 2011
    Posts
    44
    Thanked 13 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows Symbian S60

    Default Re: HELP NEEDED: HHTPS POST to Apache server fails

    I guess you're not quite right about SSL support.
    IIRC Qt might be complied with or without OpenSSL support (and there might be two kinds of OpenSSL support(dynamic and static)).

    Anyway I would suggest you to check whether your app loads OpenSSL dll's on runtime or not.

  3. #3
    Join Date
    Mar 2011
    Posts
    8
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: HELP NEEDED: HHTPS POST to Apache server fails

    Thank's for the tip, llev, but alas, all my DLLs are being loaded at run time (ssleay32.dll, libeay32.dll, zlib1.dll)....

  4. #4
    Join Date
    Aug 2011
    Posts
    44
    Thanked 13 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows Symbian S60

    Default Re: HELP NEEDED: HHTPS POST to Apache server fails

    That's good.
    Could you use some sniffer to log your app network traffic to determine whether it tries to issue such HHTPS request?
    Last edited by llev; 26th September 2011 at 16:36.

Similar Threads

  1. Replies: 3
    Last Post: 20th November 2014, 17:12
  2. Replies: 0
    Last Post: 28th February 2011, 09:10
  3. How to upload file to HTTP server (POST Method)
    By Alex Snet in forum Qt Programming
    Replies: 8
    Last Post: 24th January 2011, 22:49
  4. QT HTTP Post issue when server requires cookies
    By shadyabhi in forum Qt Programming
    Replies: 0
    Last Post: 22nd December 2010, 13:10
  5. QCursor::setPos() fails with x server fatal error
    By Arnaldo Diniz in forum Qt Programming
    Replies: 3
    Last Post: 2nd December 2010, 23:45

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
  •  
Qt is a trademark of The Qt Company.