I tried the following code in R on windows:
library(RCurl)
postForm("https://www.google.com/accounts/ClientLogin/",
"email" = "[email protected]",
"Passwd" = "abcd",
"service" = "finance",
"source" = "Test-1"
)
but go the following error:
Error in postForm()
SL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
How do I setup RCurl to allow use of HTTPs?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…