omegahat / RCurl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLS 1.2 not supported with openssl 1.0 - please recompile with 1.1 to add support

obkhan opened this issue · comments

Can RCurl be re-compiled with the latest openssl 1.1 for the windows platform ? Right now it only supports TLS 1.0 which is being broadly deprecated and we may not be able to use the SPARQL library which exists on top of it with various endpoints which now only support greater than TLS 1.0

currently the version included reports
RCurl::curlVersion()$ssl_version
OpenSSL/1.0.0o

which does not support TLS 1.2

Perhaps curlEnums.R needs to be updated to support TLS 1.2 and a recompile?