RCurl errors when fetching ssl endpoint

后端 未结 1 1298
感动是毒
感动是毒 2021-01-25 01:31

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,

相关标签:
1条回答
  • 2021-01-25 01:59

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

    0 讨论(0)
提交回复
热议问题