[Qt-interest] Hi, please help me about how to access the "https" and "ftps" protocol in Qt 4.7.

Benjamin bebl at mageta.org
Fri May 6 20:38:33 CEST 2011


>  Whether I should compile Qt 4.7 by myself with other 3rd party library?
>
>  thanks.
>

You may want to have a look at:

http://doc.qt.nokia.com/4.7/qnetworkaccessmanager.html (connect Signals
like sslErrors())
http://doc.qt.nokia.com/4.7/qnetworkrequest.html (especially at
setSslConfiguration - http://doc.qt.nokia.com/4.7/qsslconfiguration.html)

Https should work out of the box with those classes. As for ftps I'm not
sure, I never used it.

best regards,
- Ben




More information about the Qt-interest-old mailing list