В Thu, 12 Sep 2024 15:06:50 +
Simon Andrews пишет:
> > > download.file('https://seurat.nygenome.org/azimuth/references/homolo
> > > gs.rds', destfile = "c:/Users/andrewss/homologs.rds", method="curl")
<...>
> > curl: (35) schannel: next InitializeSecurityContext
> > failed: CRYPT_E_NO_REVOCAT
В Thu, 12 Sep 2024 15:06:50 +
Simon Andrews пишет:
> > download.file('https://seurat.nygenome.org/azimuth/references/homologs.rds',
> > destfile = "c:/Users/andrewss/homologs.rds", method="libcurl")
<...>
> status was 'SSL connect error'
>
> > download.file('https://seurat.nygenome.org/azi
he system here may not fake the revocation infrastructure too, but I
don't see that this is going to change, and it's only the winet method which
actually allows anything to connect.
Simon.
-Original Message-
From: Ivan Krylov
Sent: 12 September 2024 15:28
To: Simon Andre
В Thu, 12 Sep 2024 12:01:54 +
Simon Andrews via R-devel пишет:
> readRDS('https://seurat.nygenome.org/azimuth/references/homologs.rds')
> Error in gzfile(file, "rb") : cannot open the connection
I don't think that gzfile works with URLs. gzcon(), on the other hand,
does work with url() conne
Recently my employer has introduced a security system which generates SSL
certificates on the fly to be able to see the content of https connections. To
make this work they add a new root certificate to the windows certificate store.
In R this causes problems because the default library used to