[Bug 228621] Certificate validation error in ntpd leap file / ietf.org chain

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 31 20:01:33 UTC 2018


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

--- Comment #2 from Jeff Schmidt <jas at jschmidt.org> ---
Suggest this patch:
$ diff -u rc.conf.orig rc.conf
--- rc.conf.orig        2018-05-31 19:56:39.243329000 +0000
+++ rc.conf     2018-05-31 19:57:39.598165000 +0000
@@ -4,5 +4,7 @@
 ifconfig_re0="DHCP"
 sshd_enable="YES"
 ntpd_enable="YES"
+# Allow default ntpd install to download leap file over SSL with no root cas
installed
+ntp_leapfile_fetch_opts="--no-verify-peer"
 # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
 dumpdev="AUTO"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list