Hello, looks like I can't fetch from https://download.freebsd.org/ anymore.
I thought i twas a ca_root_nss issue, but I have more or less recent cert bundle:
Does
Code:
abishai@alpha:/home/ansible % fetch https://download.freebsd.org/ftp/releases/amd64/amd64/12.2-RELEASE/base.txz
Certificate verification failed for /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
34370654208:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915:
fetch: https://download.freebsd.org/ftp/releases/amd64/amd64/12.2-RELEASE/base.txz: Authentication error
I thought i twas a ca_root_nss issue, but I have more or less recent cert bundle:
Code:
abishai@alpha:/home/ansible % pkg info ca_root_nss
ca_root_nss-3.58
Name : ca_root_nss
Version : 3.58
Installed on : Wed Dec 16 19:58:02 2020 UTC
Origin : security/ca_root_nss
Architecture : FreeBSD:12:*
Prefix : /usr/local
Categories : security
Licenses : MPL20
Maintainer : ports-secteam@FreeBSD.org
WWW : UNKNOWN
Comment : Root certificate bundle from the Mozilla Project
Options :
ETCSYMLINK : on
Annotations :
repo_type : binary
repository : local
Flat size : 786KiB
Description :
Root certificates from certificate authorities included in the Mozilla
NSS library and thus in Firefox and Thunderbird.
This port directly tracks the version of NSS in the security/nss port.
Does
fetch
need more to operate correctly? I remember that I've fetched 12.1 after release without any issues.