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 unified installer behind proxy with AV
Forum Updated to NodeBB v4.3 + New Features

Qt unified installer behind proxy with AV

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 1.1k 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.
  • sneubertS Offline
    sneubertS Offline
    sneubert
    wrote on last edited by sneubert
    #1

    Hi everyone,

    for a long time now i used the online installer to download and update the open source version of qt and creator behind our companys proxy. Lately we got a new proxy and the download of the meta.7z files now causes an icap error because of our anti virus unable to decompress the files. Download through https is working, as the proxy does not break the encrypted connection.

    Now my question: Is it possible to instruct the online installer to download through https only?

    I tried to add all the repositories with the command line switch --setTempRepository with https, but the installer is still adding the http repositories.

    P.S.: I already argued with our admins to exclude qt.io from av scan, but no chance.

    Thanks in advance

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      That's something you should rather bring to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • sneubertS Offline
        sneubertS Offline
        sneubert
        wrote on last edited by sneubert
        #3

        Solved quick and dirty.
        Using QSdkReproChooser and adjusting _rootUrl = "https://ftp.fau.de/qtproject/"; (many other mirrows do not support https) in Downloader::useMirrow. Also copy libeay32.dll and ssleay32.dll to QSdkReproChooser exe-dir for https QNetworkRequest and CONFIG += openssl-linked

        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