We have been building a new nodes, and we installed latest ubuntu 20.04 LTS there.
The installation of the almost library was so smooth, but a verification error occurred with “wget” of SSL.
We just download the “ca” and assign to wget, but no matter how many times we try assign, it’s an error. umm …
wget -q http://curl.haxx.se/ca/cacert.pem -O $HOME/.cacert.pem
echo ca-certificate = $HOME/.cacert.pem >> $HOME/.wgetrc
After thinking about 3 minutes, when we checked the list with “ls -lah”, we noticed that the size of “.cacert.pem” was 0 bytes.
So we downloaded “.cacert.pem” from Windows, transferred it to $HOME, and “wget” worked fine. pleasure!