changed from srv to none. After these changes pkg(8) works. ``` - url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest", + url: "https://pkg.FreeBSD.org/${ABI}/latest", - mirror_type: "srv", + mirror_type: "none", ``` Now - my questions: Which part of Poudriere I need to modify that: I will have this custom pkg.conf inside FreeBSD Jail before the build bulk process. I will have git(1) option http.proxy defined as http://proxy.freebsd.xyz:3128 value. I assume it should be put somewhere just after Jail start and before bulk process of building packages. This is how it fails 'live': - https://github.com/user-attachments/assets/f2304bdf-c56f-4d7b-82df-b460f140ca1c I also created the same on pkg(8) GitHub: - https://github.com/freebsd/poudriere/issues/1279 Thanks for help. Regards, vermaden