PDA

View Full Version : QT Demo Error



hojoff79
24th January 2011, 05:03
I am trying to emulate the functions performed by the http client in the networking demos, but the actual demo keeps getting an error that I cannot understand. When I leave in the default address https://qt.nokia.com/ or put in a new one like http://www.google.com I get the following error:

Download failed: Error Creating SSL() context

I would like to figure out what the error with this program is before I try to use the program to handle downloads in my program so that I cannot avoid these errors.

Just to verify, this is launched directly from QT demo and I have not changed any of the code at all.

Thank you for your help.

tbscope
24th January 2011, 05:22
Do you have any SSL libraries installed?
Are they set up correctly?
Did you build Qt with SSL support?

Note that you don't need SSL for simple http communication.

hojoff79
24th January 2011, 06:59
It is directly from the QT Demos that come with QT Creator, so I didn't code it but since it was made by them I'm sure it should work. Does anyone else get the same problem with their version of QT Creator Demos.

wysota
24th January 2011, 11:53
It is directly from the QT Demos that come with QT Creator, so I didn't code it but since it was made by them I'm sure it should work.
The example is correct but your system may not provide appropriate libraries to fully support the example.