-
Notifications
You must be signed in to change notification settings - Fork 9
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
[BUG] SSL error during arc get access token #247
Comments
The error is pretty clear: the Linux machine cannot verify the SSL certificates of the DataHUB. The root certificates need to be present on the machine to verify certificates for any outgoing connection. These come from a package usually called Debian$ apt install ca-certificates RHEL$ dnf install ca-certificates Can the user check if this package is installed? If not install it and try again. I would bet that this is the problem. |
Thanks, we'll try that. |
Just looked at the exception again and it also states |
A user was trying to setup arc commander on a linux server.
During
arc remote accesstoken get -s https://git.nfdi4plants.org
we ran into the following error:Can anyone comment what the issue might be?
I cannot reproduce from a linux server in the same lab.
Or is it a datahub error? @j-bauer
The text was updated successfully, but these errors were encountered: