On a fresh install of an old build all ssl requests I would try to make using curl would fail
with the error talking about being unable to verify the CA root certificate. I'm not sure why this would happen, I suspect its an issue with the older build?
The fix is to reload the symlinks to the ssl certificates by running
update-ca-certificates --fresh
I'll test if this still happens on more recent builds.