Friday 29 June 2012

linux : Fixing curl ca-cert warnings

Either # Permanent insecurity for current user ( cat END_CAT --insecure END_CAT ) > ~/.curlrc or # Update the ca certificate bundle for the machine cp /usr/share/ssl/certs/ca-bundle.crt /usr/share/ssl/certs/ca-bundle.crt.bkp curl http://curl.haxx.se/ca/cacert.pem -o /usr/share/ssl/certs/ca-bundle.crt