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

Qt Installer Framework / Repository

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 451 Views 1 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.
  • S Offline
    S Offline
    SebastienB
    wrote on last edited by
    #1

    Hello,

    I encounter a problem with Qt Installer Framework by using remote repositories.

    I uploaded my packages on my online web server (Apache2) and my application only detects new update if my remote server is configured by using http, it doesn't work with https (both are well configured in config.xml).

    My web server rights seems well configured in http and https, I get access to files by using my web browser.

    So my question is: Can we use a remote repository by using https with a self signed SSL certificate?

    Thank a lot.

    1 Reply Last reply
    1
    • R Offline
      R Offline
      Richard Wright
      wrote on last edited by
      #2

      I came across this trying to figure out the same issue. I was surprised no one else had responded in all this time, so I thought I would for the next person who searches for this.

      You need to build a static version of OpenSSL.
      You need to build a static version of Qt using the static OpenSSL libraries.
      You then build the installer framework against the static Qt version above.
      Now, the repo can be on http:// or https:// either one transparently.

      The above is a bit abbreviated, but that's the outline you need to follow.

      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