pkg update bad request
-
I have multiple boxes running pfsense 26.07 all of them are showing bad request when I run pkg update via ssh. Is the repo down? thanks.
-
I have an active tac subscription.
-
pfSense-repoc hangs then shows :
fSense-repoc: failed to fetch the repo data
pfSense-repoc: failed to read the repo data. -
the folder /usr/local/share/pfSense/pkg does not exist.
-
@techpro2004 I don't think they're down.
# pfSense-repoc -qnJ | jq '.repos | .repo | map({name,descr,product,is_release})' [ { "name": "26.07", "descr": "pfSense+ 26.07 (current)", "product": "pfSense Plus", "is_release": "yes" } ]what region are you in?
-
new york
-
In 26.07 if you're running that without opening the webgui (which automatically runs it) you need to run:
pfSense-repoc -NZThat should pull a new user cert and allow pkg repo access.
-
If that fails try:
pfSense-repoc -NZDJThat should show you debug output and the actual repo data you're being sent. It also has some private data so you probably shouldn't post it all here directly.
-
-
pfSense-repoc -NZ did it thanks.
Privacy Policy · Cookie Policy