Proxies on worker nodes are only 1024 bits strong #6027
-
Hi, When I run dirac jobs, the proxies on the worker nodes are always 1024 bits in strength. Even when I start out with a 2048 bits proxy on the user interface from where I submit jobs. Somewhere in between, a proxy is created that is only 1024 bits in length. As a result (at least that is what I think is happening) the jobs cannot contact our dcache webdav server because it doesn't accept proxies with 1024 bit length. A measure taken by our dcache administrates because 1024 bits strength is no longer considered safe. I noticed that the default bit strength of dirac-proxy-init is also 1024. This should be 2048, shouldn't it? Does this seem like an fair assessment of the situation? And if so, how can I have the dirac server create 2048 bit proxies? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi Ernst, On this one: if your 1024 bits strength proxy is already uploaded to DIRAC ProxyDB, then the new (locally generated one, 2048 bits strength) won't replace it. You can check what's uploaded downloading it locally using To remove what is uploaded issues a
not at the moment. |
Beta Was this translation helpful? Give feedback.
-
So, this was identified as a bug, issue #6058 and PR #6043 opened. |
Beta Was this translation helpful? Give feedback.
So, this was identified as a bug, issue #6058 and PR #6043 opened.