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

Package fails to install #13

Open
joukosaastamoinen opened this issue Apr 26, 2024 · 4 comments
Open

Package fails to install #13

joukosaastamoinen opened this issue Apr 26, 2024 · 4 comments

Comments

@joukosaastamoinen
Copy link

Installing the grpc-docs package fails with this error:

GendocuPublicApis@https://git.gendocu.com/gendocu/GendocuPublicApis.git#commit=6e8d4c1d2342556a2e8e719f19385b266001ebae: Failed cloning the repository
   Repository URL: https://git.gendocu.com/gendocu/GendocuPublicApis.git
   Fatal Error: unable to access 'https://git.gendocu.com/gendocu/GendocuPublicApis.git/': server certificate verification failed. 

I'm using Yarn 4.0.2.

@knksmith57
Copy link

relates to #5

@knksmith57
Copy link

For those struggling with this, while it's far from an ideal solution, you can configure your git client (respected by yarn/npm) to ignore SSL validation errors for this specific dependency:

git config --global --bool --add http.https://git.gendocu.com/gendocu/GendocuPublicApis.git.sslverify false

Hopefully that helps while we champion for a more permanent solution here.

@bartek1912
Copy link
Contributor

bartek1912 commented Apr 26, 2024 via email

@tralalablblbl
Copy link

hi @bartek1912
The issue occurs again, can you check it?
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads https://git.gendocu.com/gendocu/GendocuPublicApis.git
Directory: /Users/trala/work/DNA.Central/frontend/DNA.Gateway/DNA.Central.API.Docs
Output:
fatal: unable to access 'https://git.gendocu.com/gendocu/GendocuPublicApis.git/': SSL certificate problem: certificate has expired

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

4 participants