https://bugs.winehq.org/show_bug.cgi?id=44085
Bug ID: 44085 Summary: winecfg: Use more secure HTTPS URL in about Product: Wine Version: 2.0.3 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: pmenzel+bugs.winehq.org@molgen.mpg.de Distribution: ---
Starting the Wine configuration, and selecting the about tab, the HTTPS URL should be shown, as HTTPS is supported, and that saves one redirect.
``` $ curl -I http://www.winehq.org HTTP/1.1 302 Found Date: Tue, 28 Nov 2017 14:48:16 GMT Server: Apache/2.4.10 (Debian) Location: https://www.winehq.org/ Content-Type: text/html; charset=iso-8859-1
```