Hola, ¿qué respuestas necesitas?
Imprimir

Solventar error «unable to check for updates»

Pasos e instrucciones

  • This is what NetGate support sent to me about this problem.

    Diagnostics –> Edit File –> and in the «Path to file to be Edited», please enter the following and click «Load»:

    /usr/local/share/pfSense/pkg/repos/pfSense-repo.conf

    You can then replace the file with the following contents and hit «Save». This will resolve your issue:

    FreeBSD: { enabled: no }

    pfSense-core: {
    url: «pkg+https://firmware.netgate.com/pkg/pfSense_plus-v22_05_amd64-core»,
    mirror_type: «srv»,
    signature_type: «fingerprints»,
    fingerprints: «/usr/local/share/pfSense/keys/pkg»,
    enabled: yes
    }

    pfSense: {
    url: «pkg+https://firmware.netgate.com/pkg/pfSense_plus-v22_05_amd64-pfSense_plus_v22_05»,
    mirror_type: «srv»,
    signature_type: «fingerprints»,
    fingerprints: «/usr/local/share/pfSense/keys/pkg»,
    enabled: yes
    }

    The problem is gone after changing this.

SI ESTO NO FUNCIONA, EN EL SHELL DE EL PFSENSE DEBEMOS REFRESCAR LOS CERTIFICADOS CON ESTE COMANDO

  • certctl rehash

ESTO DEBERÍA SOLUCIONAR TODOS LOS PROBLEMAS.