Talk:Download Data from URL: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Data Download from URL that is HTTPS)
 
(No difference)

Latest revision as of 06:38, 26 October 2023

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.