r - RAdwords error ("server certificate verification failed") -
when run following code involving radwords package, error seems related certificates. there simple solution this?
library(radwords) google_auth <- doauth()
error in function (type, msg, aserror = true) : server certificate verification failed. cafile: /home/pavel/r/x86_64-pc-linux-gnu-library/3.2/rcurl/curlssl/ca-bundle.crt crlfile: none
the error occurs on ubuntu 14.04, r 3.2.0, rcurl 1.95-4.5, , radwords 0.1.4.
i had same issue on ubuntu 14.04, manually downloading (and overriding rcurl
shipped version of) cacert.pem
curl homepage resolved issue. know it's ugly workaround :)
Comments
Post a Comment