OpenSSL error on lazy update #608
Unanswered
frantathefranta
asked this question in
Q&A
Replies: 1 comment
-
It's a workaround but if you update the plugins manually on command line it works. Like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having an issue whenever I update more than a few plugins at a time. Once lazy tries to fetch the changes in a given plugin's repo, this error comes up and halts the operation.
fatal: unable to access 'https://github.com/LazyVim/LazyVim.git/': OpenSSL/3.0.8: error:0A000438:SSL routines::tlsv1 alert internal error
I am pretty certain that this bug is not caused by lazy or my configuration, rather by something wrong on my machine.
However, it only happens in neovim, whenever I update plugins or parsers or LSPs. It has also happened in packer when I used its plugin management.
Every other system I've tried my configuration on worked fine (macOS, RHEL, other Arch installations), but my desktop is the only one that has this issue.
I've tried googling it and have not encountered anyone else having this problem.
Thanks for any help
Steps To Reproduce
Expected Behavior
The expected behavior should be to update all plugins and other parts of my neovim install (LSPs, parses...).
Neovim version (nvim -v)
0.9.0 (But also any before as I've tried most of the HEAD releases of 0.9.0)
Operating system/version
EndeavourOS (Arch Linux 6.2.1-arch1-1, but has been persisting through many kernel updates)
Beta Was this translation helpful? Give feedback.
All reactions