QtNetwork on Windows by default with or without SSL
I just figured out that the Qt 4.7.4 comes with SSL compiled and 4.8.0 RC comes without SSL compiled in the Qt SDK.
What is the default? Should they always be without or with SSL enabled?
8 replies
SSL support in Qt is implemented by using external libraries like OpenSSL. For licensing reasons, Qt can neither ship with OpenSSL nor be linked directly against it. It uses a load-the-DLL-at-runtime approach to test whether SSL libs are installed on your system. Thus, the OpenSSL libs need to be stored in a path that is accessible by the application.
Sorry, I don’t know that. If it does not work with the RC I would suggest opening a bug report on the public Jira [bugreports.qt.nokia.com] – or search there whether it has been reported.
But make sure, that the OpenSSL libs are available to your application. Either install them in a system directory like C:/windows/… or in the directory containing your .exe.
Hi Volker, I would like to know which libs i need for Windows and where i can get them, before i raise a bug report?
Sorry, I don’t know that. If it does not work with the RC I would suggest opening a bug report on the public Jira [bugreports.qt.nokia.com] – or search there whether it has been reported.But make sure, that the OpenSSL libs are available to your application. Either install them in a system directory like C:/windows/… or in the directory containing your .exe.
You can get the DLLs from here [slproweb.com]
I did not try whether it works with MinGW, thought. That’s still on my TODO list.
You must log in to post a reply. Not a member yet? Register here!



