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:
Howdy!
I just installed the package, and I'm running into the following problem:
The same SSL error occurs for other functions as well:
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: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!