Talk:Download Data from URL

From Qt Wiki
Revision as of 06:38, 26 October 2023 by FreddoFrog (talk | contribs) (Data Download from URL that is HTTPS)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.