-
Notifications
You must be signed in to change notification settings - Fork 24
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
rucio upload fails due to authentication issue with xrootd #16
Comments
I was not able to reproduce this issue - Following the commands, both
The only suspicious log is:
Even after creating the proxy via:
If I retry to upload/download, it succeeds, but it outputs that TLS message. Not sure if it's an issue - @bari12 what do you think? |
I think this is fine. @maxnoe can you try again with the latest main branch? |
@bari12 I still don't see So XROOTD authentication will not work as descriped in the issue. Only the |
The commands here seem to be missing the crucial step of creating an authentication proxy for xrootd.
Checking the test setup in the main rucio repository, it creates the proxy like this:
https://github.com/rucio/rucio/blob/788a0d43fa1caa141efcaaa2780765913a8a49be/tools/docker_activate_rses.sh#L35
Calling this line first make upload / download succeed.
The text was updated successfully, but these errors were encountered: