Page MenuHomeFreeBSD

Drop warning about HTTPS-only master sites
ClosedPublic

Authored by AMDmi3 on Mar 15 2017, 4:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 26 2024, 4:45 PM
Unknown Object (File)
Dec 25 2024, 10:56 AM
Unknown Object (File)
Dec 24 2024, 9:07 AM
Unknown Object (File)
Nov 28 2024, 11:34 PM
Unknown Object (File)
Nov 10 2024, 7:41 PM
Unknown Object (File)
Nov 7 2024, 9:29 PM
Unknown Object (File)
Nov 6 2024, 6:29 AM
Unknown Object (File)
Nov 5 2024, 10:28 PM
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.