Hi,
I'm trying to use a QSslSocket from withing the Simulator, it looks like this is not available in the Beta SDK under simulator mode. Does anyone know how to enable this? Or is there plans for it to be included in the future?
Thanks
Hi,
I'm trying to use a QSslSocket from withing the Simulator, it looks like this is not available in the Beta SDK under simulator mode. Does anyone know how to enable this? Or is there plans for it to be included in the future?
Thanks
Yes its there but QT_NO_OPENSSL is defined for the simulator, thus won't compile, try compiling the securesocketclient from /examples/network
Hi,
it is true that the simulator Qt version is not compiled with SSL support. Maybe this is something to consider, as both device target versions do support this.
Hence, I have created http://bugreports.qt.nokia.com/browse/QTSIM-23 so that you can track the status of this.
In the meantime, we are opening our repositories on gitorious (should actually be available within the next hours). This will allow you to compile yourself a Qt version. For the desktop platforms you need to do this anyways.