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. Deploying Qt 5.15 Windows & OpenSSL via GitHub
Qt 6.11 is out! See what's new in the release blog

Deploying Qt 5.15 Windows & OpenSSL via GitHub

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 1.8k Views
  • 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.
  • G Offline
    G Offline
    ghutchis
    wrote on last edited by
    #1

    I'm the maintainer for an open source Qt5 app (Avogadro) which hasn't fully migrated to Qt6.

    We want to deploy OpenSSL with Qt 5.15 using GitHub Windows builds.

    However, what I'm seeing with aqtinstall is OpenSSLv3 which doesn't match the old 5.15.2 open source binaries.

    Is there a way to get the binary DLL for OpenSSL 1.1.x used with 5.15.2 Windows desktop binaries? (It's a problem since most websites force HTTPS these days.)

    jsulmJ 1 Reply Last reply
    0
    • G ghutchis

      I'm the maintainer for an open source Qt5 app (Avogadro) which hasn't fully migrated to Qt6.

      We want to deploy OpenSSL with Qt 5.15 using GitHub Windows builds.

      However, what I'm seeing with aqtinstall is OpenSSLv3 which doesn't match the old 5.15.2 open source binaries.

      Is there a way to get the binary DLL for OpenSSL 1.1.x used with 5.15.2 Windows desktop binaries? (It's a problem since most websites force HTTPS these days.)

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @ghutchis said in Deploying Qt 5.15 Windows & OpenSSL via GitHub:

      Is there a way to get the binary DLL for OpenSSL 1.1.x used with 5.15.2 Windows desktop binaries?

      Qt Online Installer and Maintenance Tool provide the possibility to install OpenSSL libraries.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      G 1 Reply Last reply
      1
      • jsulmJ jsulm

        @ghutchis said in Deploying Qt 5.15 Windows & OpenSSL via GitHub:

        Is there a way to get the binary DLL for OpenSSL 1.1.x used with 5.15.2 Windows desktop binaries?

        Qt Online Installer and Maintenance Tool provide the possibility to install OpenSSL libraries.

        G Offline
        G Offline
        ghutchis
        wrote on last edited by
        #3

        @jsulm said in Deploying Qt 5.15 Windows & OpenSSL via GitHub:

        Qt Online Installer and Maintenance Tool provide the possibility to install OpenSSL libraries.

        Right. Except the only OpenSSL available is OpenSSLv3 and 5.15.2 binaries are linked against v1.1 versions of OpenSSL - they are not binary compatible.

        e1104ebd-4274-4ad2-84bf-a1ae1e368043-image.png

        I want to know if the older OpenSSL DLL are still available (e.g., Qt 5.15 is an LTS release).

        G 1 Reply Last reply
        0
        • G ghutchis

          @jsulm said in Deploying Qt 5.15 Windows & OpenSSL via GitHub:

          Qt Online Installer and Maintenance Tool provide the possibility to install OpenSSL libraries.

          Right. Except the only OpenSSL available is OpenSSLv3 and 5.15.2 binaries are linked against v1.1 versions of OpenSSL - they are not binary compatible.

          e1104ebd-4274-4ad2-84bf-a1ae1e368043-image.png

          I want to know if the older OpenSSL DLL are still available (e.g., Qt 5.15 is an LTS release).

          G Offline
          G Offline
          ghutchis
          wrote on last edited by
          #4

          Fortunately, at least for now, the GitHub build machines have OpenSSL 1.1.* installed in C:\Program Files and it's discoverable with find_package(OpenSSL) via cmake.

          In the longer term, we'll have to push ahead to Qt6.

          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