Proteomicslab57357 / UniprotR

Retrieving Information of Proteins from Uniprot
GNU General Public License v3.0
59 stars 18 forks source link

Handshake error #11

Closed TobiasRubel closed 3 years ago

TobiasRubel commented 3 years ago

Howdy!

I just installed the package, and I'm running into the following problem:

> Accessions <-GetAccessionList("https://s3.amazonaws.com/csvpastebin/uploads/9571fa356c67a0c7c95e8431799a051a/Accessions.csv") 
> TaxaObj <- GetNamesTaxa(Accessions) 
Internet connection problem occurs and the function will return the original error
error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failureInternet connection problem occurs

The same SSL error occurs for other functions as well:

> Obj <- GetProteinFunction("O14520")
Internet connection problem occurs and the function will return the original error
error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failureInternet connection problem occurs

It first occurred to me that maybe there was something wrong with the GET function in httr (since it looks from the code like that's the call that's failing) so I tried the following:

> url <- "http://httpbin.org/get"
> GET(url)
Response [http://httpbin.org/get]
  Date: 2021-01-10 01:12
  Status: 200
  Content-Type: application/json
  Size: 370 B
{
  "args": {}, 
  "headers": {
    "Accept": "application/json, text/xml, application/xml, */*", 
    "Accept-Encoding": "deflate, gzip, br", 
    "Host": "httpbin.org", 
    "User-Agent": "libcurl/7.68.0 r-curl/4.3 httr/1.4.2", 
    "X-Amzn-Trace-Id": "Root=1-5ffa5498-0facf60a046af98e544f3ee5"
  }, 
  "origin": "67.171.206.118", 
...

So I'm thinking the SSL error isn't an issue with setup (or at least not an obvious one). Any ideas about how I can fix this?

Cheers!

MohmedSoudy commented 3 years ago

Could you share device information and session information please?