RCurl errors when fetching ssl endpoint

强颜欢笑 提交于 2019-12-02 11:58:50

问题


RCurl is giving me an error:1411809D:SSL routines:SSL_CHECK_SERVERHELLO_TLSEXT:tls invalid ecpointformat list when I try to connect via SSL to an https (not public, unfortunately) endpoint to fetch some JSON.

I've put ssl.verifypeer = FALSE, and I don't know how to adjust the cipher list to avoid ECC suites.

How do I fix this? It works fine in the browser.


回答1:


The issue is described here for python. Setting sslversion=3L in your RCurl call with ssl.verifypeer=TRUE should resolve the problem.



来源:https://stackoverflow.com/questions/20046176/rcurl-errors-when-fetching-ssl-endpoint

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!