Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt Installer Framework and OpenSSL
Forum Updated to NodeBB v4.3 + New Features

Qt Installer Framework and OpenSSL

Scheduled Pinned Locked Moved Installation and Deployment
installerqt installer fr
2 Posts 1 Posters 2.4k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    ExorcistInc
    wrote on last edited by ExorcistInc
    #1

    Hi!

    I am creation simple app online installer with Qt Installer Framework 2.0.0 on Windows 8.1
    binarycreator gives me this error:

    Could not register file downloader for https protocol: QSslSocket::supportsSsl()
     returns false
    

    But it creates installer and it works if Repository Url in config.xml is something like http://localhost/repository

    But if repository is hosted with Dropbox or Google Drive, installer stops with this error:
    alt text

    How to fix this?

    PS Google Drive link to repository, if necessary:
    https://f96d56701af2416203437bcc9a755e3ccf7f5c13.googledrive.com/host/0BzsnBzfm3vfVflBsRThvNUE0LWF5cGRVempMV1lLUFk5STdNRjBBVzR2THBMeW11RzNUZlE

    1 Reply Last reply
    0
    • E Offline
      E Offline
      ExorcistInc
      wrote on last edited by
      #2

      I figured out, that QSslSocket::supportsSsl() returns false due to lack of the OpenSSL installation.
      Adding OpenSSL dlls to the installer dir solved this problem and starts another:
      How to distribute the installer, which depends on OpenSSL dlls?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved