Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL error while acquiring model via Archivist #380

Closed
nhkhoi91 opened this issue Jan 15, 2021 · 5 comments
Closed

SSL error while acquiring model via Archivist #380

nhkhoi91 opened this issue Jan 15, 2021 · 5 comments

Comments

@nhkhoi91
Copy link

I use archivist::aread("pbiecek/models/58b24") to acquire titanic_lmr model, as guided in section 4.2.7. The generated error is Error in function (type, msg, asError = TRUE) : error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version.

@pbiecek
Copy link
Member

pbiecek commented Jan 17, 2021

Please share your devtools::session_info() or sessionInfo()

@nhkhoi91
Copy link
Author

nhkhoi91 commented Jan 17, 2021

Here's the output of sessionInfo:

R version 4.0.3 (2020-10-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] compiler_4.0.3 tools_4.0.3

@pbiecek
Copy link
Member

pbiecek commented Jan 20, 2021

Thanks, it looks like it is related to lack of TLS support in git on Windows ref: glennhickey/progressiveCactus#93

We are working on this

pbiecek added a commit to pbiecek/archivist that referenced this issue Jan 20, 2021
@pbiecek
Copy link
Member

pbiecek commented Jan 20, 2021

@nhkhoi91 it should work with the latest version of archvist (from GitHub)

devtools::install_github("pbiecek/archivist")

@nhkhoi91
Copy link
Author

@pbiecek thanks! It works now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants