[Solved(By Ignoring)] Installer Build: Could not register file downloader for https protocol
Installation and Deployment
4
Posts
2
Posters
4.2k
Views
2
Watching
-
Greetings-
I'm trying to build an installer on Windows for an application I built. When I tun archivegen to try to package the files in my '..\packages\com.vendor.product\data' folder, I get an error which states:
"Could not register file downloader for https protocol: QSslSocket::supportsSsl() returns false"
I'm not sure why this comes up, as I'm not using SSLSocket, I do use a TCPSocket, but that is one level above SSLSocket.
Even if skip archivegen, and go straight to trying binarycreator, I get the same error.
Any ideas?