Error server certificate verification failed while make OpenWrt image

Hi all,
I'm making image file for my MT7688 board following this git
https://github.com/AcSiP/openwrt/tree/AI7688H__chaos_calmer
It's is Openwrt chaos calmer for MT7688.
It appeared this fatal error notification:

Cloning into 'libubox-2015-11-08'...
fatal: unable to access 'https://git.openwrt.org/project/libubox.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
make[3]: *** [/home/tmc/openwrt/dl/libubox-2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb.tar.gz] Error 128

Does anyone know how to fix this?

make it skip the cert validation ...

1 Like

It seem working

Thank you,
I used this command to ignore certificate:

git config --global http.sslverify false

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.