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)
Thu, Jul 16, 5:47 PM
Unknown Object (File)
Fri, Jul 3, 8:27 AM
Unknown Object (File)
Fri, Jul 3, 3:43 AM
Unknown Object (File)
Fri, Jul 3, 2:42 AM
Unknown Object (File)
Tue, Jun 30, 10:58 PM
Unknown Object (File)
Sat, Jun 27, 7:41 AM
Unknown Object (File)
Jun 17 2026, 1:38 PM
Unknown Object (File)
Jun 16 2026, 10:27 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.