Hello,

I get the following cerificate error when i try to build lede.
How can I ignore expired certificates. Can anybody give me a short hint?

thanks
Claus
--------------------------------------
SHELL= flock /home/rgc/LEDE/source/tmp/.libubox-2016-05-19-1257a38a6e64511207bb3b077ca7e8e1a3338fc1.tar.gz.flock -c ' echo "Checking out files from the git repository..."; mkdir -p /home/rgc/LEDE/source/tmp/dl && cd /home/rgc/LEDE/source/tmp/dl && rm -rf libubox-2016-05-19 && [ \! -d libubox-2016-05-19 ] && git clone https://git.lede-project.org/project/libubox.git libubox-2016-05-19 && (cd libubox-2016-05-19 && git checkout 1257a38a6e64511207bb3b077ca7e8e1a3338fc1 && git submodule update --init --recursive) && echo "Packing checkout..." && rm -rf libubox-2016-05-19/.git && tar czf /home/rgc/LEDE/source/tmp/dl/libubox-2016-05-19-1257a38a6e64511207bb3b077ca7e8e1a3338fc1.tar.gz libubox-2016-05-19 && mv /home/rgc/LEDE/source/tmp/dl/libubox-2016-05-19-1257a38a6e64511207bb3b077ca7e8e1a3338fc1.tar.gz /home/rgc/LEDE/source/dl/ && rm -rf libubox-2016-05-19; '
Checking out files from the git repository...
Cloning into 'libubox-2016-05-19'...
fatal: unable to access 'https://git.lede-project.org/project/libubox.git/': SSL certificate problem: certificate has expired Makefile:95: recipe for target '/home/rgc/LEDE/source/dl/libubox-2016-05-19-1257a38a6e64511207bb3b077ca7e8e1a3338fc1.tar.gz' failed make[3]: *** [/home/rgc/LEDE/source/dl/libubox-2016-05-19-1257a38a6e64511207bb3b077ca7e8e1a3338fc1.tar.gz] Error 128
make[3]: Leaving directory '/home/rgc/LEDE/source/package/libs/libubox'
package/Makefile:187: recipe for target 'package/libs/libubox/compile' failed
make[2]: *** [package/libs/libubox/compile] Error 2
make[2]: Leaving directory '/home/rgc/LEDE/source'
package/Makefile:184: recipe for target '/home/rgc/LEDE/source/staging_dir/target-mips_34kc_musl-1.1.14/stamp/.package_compile' failed make[1]: *** [/home/rgc/LEDE/source/staging_dir/target-mips_34kc_musl-1.1.14/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/rgc/LEDE/source'
/home/rgc/LEDE/source/include/toplevel.mk:193: recipe for target 'world' failed
make: *** [world] Error 2

_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to