Talk:Download Data from URL

From Qt Wiki
Jump to navigation Jump to search

This works well from HTTP.

What changes are necessary if this is coming from HTTPS with Qt 6?

[ Note that it is understood that OpenSSL will be needed ]

Update: Found: C:\Qt\Examples\Qt-6.6.0\network\http

Note that CMakeList.txt and any documentation references lack the need for find_package(OpenSSL REQUIRED) to make OpenSSL references work !

Please update all corresponding documentation to reflect the need for this when working with OpenSSL.