You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to access a root file, I get the following error
julia> f = ROOTFile("root://cmsxrootd.fnal.gov//store/group/[some_directory]/rootfile.root")
2022/08/20 18:50:53 xrootd: could not authorize:
[xrootd: could not authorize using gsi: provider was not found]
So usually when I see something like this, it's because I didn't initialize the voms proxy (maybe just cms specific). But I think that shouldn't be an issue, since I initialize it before running the above commands.
Any idea what this might be?
The text was updated successfully, but these errors were encountered:
probably implementing sci-token would be easier (IIRC, it has "modern" specs and uses a "modern" underlying protocol that is more in line with what Go libraries are expecting.)
When trying to access a root file, I get the following error
So usually when I see something like this, it's because I didn't initialize the voms proxy (maybe just cms specific). But I think that shouldn't be an issue, since I initialize it before running the above commands.
Any idea what this might be?
The text was updated successfully, but these errors were encountered: