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
Forum Updated to NodeBB v4.3 + New Features

Deploying Qt 5.15 Windows & OpenSSL via GitHub

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 755 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 9 Feb 2024, 03:23 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.)

    J 1 Reply Last reply 9 Feb 2024, 06:36
    0
    • G ghutchis
      9 Feb 2024, 03:23

      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.)

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 9 Feb 2024, 06:36 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 9 Feb 2024, 14:51
      1
      • J jsulm
        9 Feb 2024, 06:36

        @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 9 Feb 2024, 14:51 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 11 Feb 2024, 02:21
        0
        • G ghutchis
          9 Feb 2024, 14:51

          @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 11 Feb 2024, 02:21 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

          1/4

          9 Feb 2024, 03:23

          • Login

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