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

error setting certificate file: /usr/ssl/certs/ca-bundle.crt error on c-f Windows Azure CI #2995

Closed
hadim opened this issue Jan 23, 2025 · 3 comments

Comments

@hadim
Copy link
Contributor

hadim commented Jan 23, 2025

When pixi is used as a conda_install_tool on c-f, I found an error during the Windows CI when the source used is a git repo:

Error: 
  × Failed to run git command: Git clone failed for source: Cloning into '/d/
  │ bld/src_cache/KataGo.git'...
  │ fatal: unable to access 'https://github.com/lightvector/KataGo.git/':
  │ error setting certificate file: /usr/ssl/certs/ca-bundle.crt

I can't reproduce it since I don't have access to a Windows machine.

See the original feedstock where the issue has been raised: conda-forge/katago-feedstock#11

See also this minimal reproducing recipe on staged-recipes: conda-forge/staged-recipes#28906

Note that the issue disappears when conda_install_tool is set to micromamba (making me think pixi is the culprit here).

@hadim
Copy link
Contributor Author

hadim commented Jan 23, 2025

After a small investigation suggested by jaimergp at conda-forge/katago-feedstock#12, using GIT_SSL_NO_VERIFY=true resolves the issue, so it seems the error is due to a wrong certificate.

@hadim
Copy link
Contributor Author

hadim commented Feb 6, 2025

It does not seem to be related to pixi but to the c-f infra instead since it works when using a Windows GH runner without any of the c-f infra setup.

@hadim hadim closed this as completed Feb 6, 2025
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

1 participant