A fairly common scenario that I’ve encountered is to have a server that has self-signed SSL certificates. In that case, client utilities such as curl will refuse to work unless you use -k
or --insecure
. Here’s what I needed to do on an Ubuntu 20.04 box (also works on…