Bug 377788 - KDEWin installer does not work with https sites
Summary: KDEWin installer does not work with https sites
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: installer (show other bugs)
Version: unspecified
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-18 23:42 UTC by Ralf Habacker
Modified: 2017-03-24 07:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2017-03-18 23:42:13 UTC
Because download.kde.org recently changed access over http protocol (https://cgit.kde.org/websites/download-kde-org.git/commit/?id=98f485a01295b6f095166747043dc23f7b0b7517) by redirecting to https the installer now fails to read mirror lists and releases.

How to reproduce:
1. Download installer from https://download.kde.org/stable/kdewin/installer/kdewin-installer-gui-latest.exe
2. run installer

What happens:
The installer shows a message box that is could not fetch the mirror list

What is expected:
The installer should be able to fetch the mirror list


Additional information:
The installer uses libcurl to fetch files over http or ftp and it looks that it does not support https. It is required to build libcurl with https support or to use QNetworkAccessManager which requires to be build also with https support.
Comment 1 Jack 2017-03-18 23:47:06 UTC
Every time I see a question about using the installer, I see a response that the installer is replaced by single installer for each package.  Will this installer still be supported with the Frameworks versions of applications?