Error:1411809D:SSL routines - When trying to make https call from inside R module in AzureML
- 阅读更多 关于 Error:1411809D:SSL routines - When trying to make https call from inside R module in AzureML
问题 I have an experiment in AzureML which has a R module at its core. Additionally, I have some .RData files stored in Azure blob storage. The blob container is set as private (no anonymous access). Now, I am trying to make a https call from inside the R script to the azure blob storage container in order to download some files. I am using the httr package's GET() function and properly set up the url, authentication etc...The code works in R on my local machine but the same code gives me the