https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228621
--- Comment #2 from Jeff Schmidt <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
