Bugzilla – Bug 5983
Better error for certificate not yet valid
Last modified: 2008-07-28 10:26:02
You need to log in before you can comment on or make changes to this bug.
It would be nice if this error message: "org.globus.gsi.proxy.ProxyPathValidatorException: Certificate O=Grid,OU=GlobusTest,OU=ConsortiumTutorial,CN=host/nodec.ps.univa.com not yet valid." came annotated with the validity dates of the certificate as well as the current date/time. And quite possibly the filename of the certificate affected, since it might be one of the CA certs.
Fixed in trunk, 4.2 and 4.0 branch. File names could not be added because the certificate is loaded only once at initialization - it requires significant rework of the APIs to allow for that. But for now timestamp are added.