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