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

Setting the REQUESTS_CA_BUNDLE variable on DIRAC server #384

Open
arrabito opened this issue Jan 28, 2025 · 0 comments
Open

Setting the REQUESTS_CA_BUNDLE variable on DIRAC server #384

arrabito opened this issue Jan 28, 2025 · 0 comments

Comments

@arrabito
Copy link

Since in our test instance DiracX is not signed with a "standard" CA, we had issues when running dirac-proxy-init from a DIRAC v9 client:

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificat

So as a working solution, we have set the REQUESTS_CA_BUNDLE variable on the DIRAC server.

For reference we've set it to point to a file containing the output of:

kubectl get secret myingress-cert -o jsonpath='{.data.ca\.crt}' | base64 --decode

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