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
$ grid-proxy-init -debug
Error: Couldn't find valid credentials to generate a proxy.
grid_proxy_init.c:535: globus_sysconfig: Error with key filename: The user key could not be found in:
,1) env. var. X509_USER_KEY
2) $HOME/.globus/userkey.pem
3) $HOME/.globus/usercred.p12
$ grid-proxy-init -debug
Error: Couldn't find valid credentials to generate a proxy.
grid_proxy_init.c:535: globus_sysconfig: Error with certificate filename: The user cert could not be found in:
1) env. var. X509_USER_CERT
2) $HOME/.globus/usercert.pem
3) $HOME/.globus/usercred.p12
The text was updated successfully, but these errors were encountered:
Detected by chance. There is a superfluous comma here:
gct/gsi/sysconfig/source/library/globus_gsi_system_config.c
Lines 1901 to 1910 in aed61cc
...that is not present for the case when the cert file is missing:
.globus/userkey.pem
missing,.globus/usercert.pem
present.globus/userkey.pem
present,.globus/usercert.pem
missingThe text was updated successfully, but these errors were encountered: