Posts

Showing posts from June, 2016

Qt: QNetworkAccessManager and SSL connection under Windows

Image
QNetworkAccessManager is the Qt component for make network connection. The use of this component is quite easy and you can use for basic operation like download files or web pages. Experimenting the use you'll note it work very well with standard network connection but, especially under Windows, doesn't work with SSL connection (like 'https' for example).