Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save questionlp/c3fe4fd17f9bf8d993a70435caef3ef6 to your computer and use it in GitHub Desktop.
Save questionlp/c3fe4fd17f9bf8d993a70435caef3ef6 to your computer and use it in GitHub Desktop.
Fixing pfSense Package Repo Certificate Errors

Switch the version in System / Update / System Update from the new version to the current version

Under Diagnostics / Command Prompt, run the following command:

pkg-static clean -ay; pkg-static install -fy pkg pfSense-repo pfSense-upgrade

Back under System / Update / System Update, switch to the new version.

Go back to Diagnostics / Command Prompt and re-run:

pkg-static clean -ay; pkg-static install -fy pkg pfSense-repo pfSense-upgrade

Now, you should be able to pull down the latest version and install the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment