So, not sure if this is the proper place for this or not.
I was going to try to compile wireguard so I can use my VPN account, but I fail right at the start with git clone. So, reporting it so that maybe I can fix it without bypassing verification.
So, went to here:
https://www.wireguard.com/compilation/
Step two, ran:
git clone https://git.zx2c4.com/wireguard-linux-compat
and get this error:
Cloning into 'wireguard-linux-compat'...
fatal: unable to access 'http://git.zx2c4.com/wireguard-linux-compat/': server certificate verification failed. CAfile: none CRLfile: none
Same error with:
git clone https://git.zx2c4.com/wireguard-tools
I use Fossapup so that is why I am here.
So, what can be done to properly fix this?