https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228621

--- Comment #1 from Jeff Schmidt <j...@jschmidt.org> ---
I believe this is a result of no CA root store being installed by default. 
Which I'm sure was a hotly debated topic and has been decided upon for noble
reasons.

However, that decision causes ntpd, which *is* installed by default, to not
grab the leap file because ietf.org is https.

The easy fix is to change the script to:
fetch --no-verify-peer https://www.ietf.org/timezones/data/leap-seconds.list

Not the most elegant, but the only option if root certs will not be available
for a default package.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to