HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #833269
closedmsys2: Windows builds cannot access HTTPS
0%
Description
A user reported that the current 2.6 gtk3 windows build is unable to fetch a modpack from an https url.
Files
Related issues
Updated by Jacob Nevins over 3 years ago
I'm not massively surprised. Some previous thoughts in gna task #7989 .
Updated by Jacob Nevins over 3 years ago
- Sprint/Milestone changed from 2.6.1 to 2.6.2
Updated by Marko Lindqvist over 3 years ago
- Related to Task #656477: Update modpack servers not to point to svn.gna.org added
Updated by Marko Lindqvist over 3 years ago
I tested with S3_0 msys2 (environment 191012, i.e., quite recent). Freeciv-mp-gtk3 installed by the installer does not work with https. However, running freeciv-mp-gtk3 from the build directory, inside full msys2 environment, does work. In this case, at least, the problem seems to be that certificates are not installed by the installer. In older environments certs can of course be also outdated.
Updated by Marko Lindqvist over 3 years ago
- File 0016-msys2-Fix-https-usage.patch 0016-msys2-Fix-https-usage.patch added
- Status changed from New to Resolved
Attached patch for S3_0/master msys2 has two parts; install certs in installer Makefile, and take the installed certs to use by utility/ code change.
Will continue with S2_6 changes, but going to push S3_0/master part in ~36h.
Updated by Marko Lindqvist over 3 years ago
Marko Lindqvist wrote:
take the installed certs to use by utility/ code change.
As this sets installer specific certs path to use in Windows builds, presumably non-installer builds break (as far as they ever worked). Still, installer is the most important use-case by far, so going forward with this and trying to address other use-cases in future tickets.
Updated by Marko Lindqvist over 3 years ago
Marko Lindqvist wrote:
Will continue with S2_6 changes, but going to push S3_0/master part in ~36h.
I will split msys1 changes to a new patch, so the existing msys2 patch (so far marked S3_0/master only) can go to S2_6 too.
Updated by Marko Lindqvist over 3 years ago
- Subject changed from Windows builds cannot access HTTPS to msys2: Windows builds cannot access HTTPS
Updated by Marko Lindqvist over 3 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist
Updated by Jacob Nevins over 3 years ago
- Related to Bug #853960: msys1: Windows builds cannot access HTTPS added