I am pulling data from Omniture sitecatalyst using R.
Packages used:Rsitecatalyst
using JSON API
and when I run GetReportSuites()
in R server, I see the following error
and it run absolutely fine in desktop version R
.
RSiteCatalyst::SCAuth(legacyauth,sharedsecret,company= companyn)
[1] "Credentials Saved in RSiteCatalyst Namespace."
report_suites <- RSiteCatalyst::GetReportSuites()
Error in curl::curl_fetch_memory(url, handle = handle) : Peer's Certificate issuer is not recognized.
This Error does not prevail any more. Possibility is Rsitecatalyst
ignores the security check and further it is able to fetch the data from Adobe.
Thanks @DaveGruenewald for your thoughts and research.