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
voms-proxy-init2 returns a bad error message for an expired AUP, which is handled OK by voms-proxy-init3.
Demo:
$ voms-proxy-init2 -voms alice [...]
Your identity: [...]
Creating temporary proxy [...] Done
Contacting voms-alice-auth.cern.ch:443 [/DC=ch/DC=cern/OU=computers/CN=alice-auth.cern.ch] "alice" Failed
Error: Server Answer was incorrectly formatted.
[...]
Compare with the Java client:
$ voms-proxy-init3 -voms alice [...]
Contacting voms-alice-auth.cern.ch:443 [/DC=ch/DC=cern/OU=computers/CN=alice-auth.cern.ch] "alice"...
Remote VOMS server contacted succesfully.
VOMS server voms-alice-auth.cern.ch:443 returned the following errors:
User user.NNNN needs to sign AUP for this organization in order to proceed.
[...]