Results 1 to 8 of 8

Thread: Changing QTcpServer to SSL Server

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Changing QTcpServer to SSL Server

    Looks like the OpenSSL library is not found or not installed

    Cheers,
    _

  2. The following user says thank you to anda_skoa for this useful post:

    nnead (27th July 2014)

  3. #2
    Join Date
    Jul 2014
    Posts
    7
    Thanks
    2
    Qt products
    Qt5

    Default Re: Changing QTcpServer to SSL Server

    I have just reinstalled OpenSSL for Win but the error is the same
    Last edited by nnead; 27th July 2014 at 18:39.

  4. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Changing QTcpServer to SSL Server

    I am not exactly sure where Qt on Windows is looking for OpenSSL, maybe some of the people using Qt in that platform can help here?

    Cheers,
    _

  5. #4
    Join Date
    Jul 2014
    Posts
    7
    Thanks
    2
    Qt products
    Qt5

    Default Re: Changing QTcpServer to SSL Server

    Hi, just wanted to update you guys, i have written a simple encrytion myselfe and protected the server via a password. Its not as secure as ssl but it does the job.
    thanks for the help! this thread can be closed

  6. #5
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Changing QTcpServer to SSL Server

    Quote Originally Posted by anda_skoa View Post
    I am not exactly sure where Qt on Windows is looking for OpenSSL, maybe some of the people using Qt in that platform can help here?
    Qt will call LoadLibrary to see if the OpenSSL library can be used. Windows will search the program binary folder then the PATH and Windows system directories looking for it (i.e. The standard Windows behaviour).

Similar Threads

  1. QTcpSocket/QTcpServer on a heavy load server
    By Eumcoz in forum Qt Programming
    Replies: 10
    Last Post: 7th August 2012, 19:36
  2. My server (using QTcpServer and QTcpSocket) crashes
    By supergillis in forum Qt Programming
    Replies: 3
    Last Post: 2nd June 2010, 15:32
  3. Replies: 1
    Last Post: 21st March 2010, 21:14
  4. Replies: 2
    Last Post: 10th August 2009, 09:45
  5. Replies: 1
    Last Post: 18th June 2006, 10:12

Tags for this Thread

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.