Re: pkg update issue

From: Matthias Fechner <idefix_at_fechner.net>
Date: Fri, 12 Dec 2025 08:05:51 UTC
Am 12.12.2025 um 09:58 schrieb Budi Janto:
> FreeBSD: { 

if you are on FreeBSD version 15, you must replace `FreeBSD` with 
`FreeBSD-ports` and do not modify any file for pkg in /etc, do your 
modification in /usr/local/etc.
So copy the original files you want to modify into /usr/local/etc (with 
corresponding directory structure) and modify it there.

If https is not working, you really should be very careful with what you 
download.
pkg is doing a verification using the fingerprints, but this is an 
indication that something is really broken on your site or on the 
network to the servers.
Not that you have there some man-in-the-middle problem that modifies the 
traffic.


Matthias