root@OPNsense:~ # pkg add https://packages.ntop.org/FreeBSD/FreeBSD:12:amd64/latest/ntop-1.0.txzCertificate verification failed for /O=Digital Signature Trust Co./CN=DST Root CA X3282266456064:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915:Certificate verification failed for /O=Digital Signature Trust Co./CN=DST Root CA X3282266456064:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915:Certificate verification failed for /O=Digital Signature Trust Co./CN=DST Root CA X3282266456064:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/usr/src/crypto/openssl/ssl/statem/statem_clnt.c:1915:pkg: https://packages.ntop.org/FreeBSD/FreeBSD:12:amd64/latest/ntop-1.0.txz: Authentication errorroot@OPNsense:~ #
openssl s_client -connect packages.ntop.org:443
openssl s_client -connect www.routerperformance.net:443
Hi,if you run in the cli the following commands:Code: [Select]openssl s_client -connect packages.ntop.org:443 and Code: [Select]openssl s_client -connect www.routerperformance.net:443and both give you a verify return code of 10 (certificate has expired) or anything not 0 (ok), then you might have an issue on your opnsense with the expired R3 certificate from LE.This helped me:https://forum.opnsense.org/index.php?topic=24973.msg120291#msg120291KH