We have upgraded the community system as part of the upgrade a password reset is required for all users before login in.

CAFile errors while trying to update build system. [docker]



  • Hi everyone. First time posting.
    I'm folling the build instructions on github, and using the docker container.
    When I run the command: ./scripts/feeds update -a
    I get these errors:

    Updating feed 'packages' from 'https://git.openwrt.org/feed/packages.git;openwrt-18.06' ...
    fatal: unable to access 'https://git.openwrt.org/feed/packages.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
    failed.
    

    Looks like the root CA in the docker image is out of date?
    Can I fix this?



  • @SpiderKenny did you run scripts/feeds clean?

    Otherwise try this:

    git checkout openwrt-18.06
    scripts/feeds clean
    scripts/feeds update -a


Log in to reply
 

Looks like your connection to Community was lost, please wait while we try to reconnect.