Page MenuHomeFreeBSD

Drop warning about HTTPS-only master sites
ClosedPublic

Authored by AMDmi3 on Mar 15 2017, 4:16 PM.
Tags
None
Referenced Files
F83118246: D10015.diff
Mon, May 6, 1:19 PM
Unknown Object (File)
Feb 27 2024, 6:47 AM
Unknown Object (File)
Nov 9 2023, 3:33 AM
Unknown Object (File)
Aug 1 2023, 6:18 PM
Unknown Object (File)
Jul 31 2023, 8:57 AM
Unknown Object (File)
Jun 6 2023, 10:05 AM
Unknown Object (File)
May 28 2023, 12:15 AM
Unknown Object (File)
Apr 8 2023, 5:01 AM
Subscribers

Details

Summary

The web is steadily moving to HTTPS-only:

https://nakedsecurity.sophos.com/2016/10/18/halfway-there-firefox-users-now-visit-over-50-of-pages-via-https/

so having only HTTPS download urls is normal and actually inevitable novadays. Drop the annoying warning, as there's not much a maintainer can or should do about it.

If HTTPS actually poses any problems to users behind a proxy, and we want to help them, we need to provide HTTP mirror for all distfiles in a centralized way. We actually do with distcache.freebsd.org.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 8062
Build 8254: arc lint + arc unit

Event Timeline

(not really related, but the "users behind a proxy" thing was because before 8.4, libfetch did not support going through a proxy for HTTPS.)

In D10015#206872, @mat wrote:

(not really related, but the "users behind a proxy" thing was because before 8.4, libfetch did not support going through a proxy for HTTPS.)

Well that is related. So we don't have a need for that check at all.

This revision was automatically updated to reflect the committed changes.