And check to make sure your timezone is right.
Martin Feller wrote:
The important part of the error message seems to be "not yet valid".
I'm rather sure that the clocks on your machines are not in sync.
Is your client-machine ahead in time compared to the server. The time
when you created the proxy might not have come yet on the server-machine.
Is this the case?
Martin
----- Original Message -----
From: "Wilson Jr." <[EMAIL PROTECTED]>
To: "Globus User List" <[email protected]>
Sent: Wednesday, May 7, 2008 12:11:51 PM GMT -06:00 US/Canada Central
Subject: [gt-user] Error loading the credentials
Hi Folks,
I'm with a problem with GSI loading my proxy certificate and I'm not understanding.
I'm creatin my proxy certificate with:
grid-proxy-init -verify -debug
I type the password, and theh create is ok.
But when I access my Grid-Service, it throws this Exception:
2008-05-07 13:12:02,020 ERROR container.GSIServiceThread [ServiceThread-11,process:141] Error processing request
Authentication failed
. Caused by
Defective credential detected
. Caused by
org.globus.gsi.proxy.ProxyPathValidatorException: Certificate O=Grid,OU=GlobusTest,OU=simpleCA-mainha,CN=Wilson de Oliveira,CN=1856069238 not yet valid.
at org.globus.gsi.proxy.ProxyPathValidator.checkValidity(ProxyPathValidator.java:749)
at org.globus.gsi.proxy.ProxyPathValidator.validate(ProxyPathValidator.java:367)
at org.globus.gsi.gssapi.GlobusGSSContextImpl$GSSProxyPathValidator.validate(GlobusGSSContextImpl.java:668)
at org.globus.gsi.gssapi.GlobusGSSContextImpl.verifyChain(GlobusGSSContextImpl.java:704)
at org.globus.gsi.gssapi.GlobusGSSContextImpl.acceptSecContext(GlobusGSSContextImpl.java:303)
at org.globus.gsi.gssapi.net.GssSocket.authenticateServer(GssSocket.java:124)
at org.globus.gsi.gssapi.net.GssSocket.startHandshake(GssSocket.java:142)
at org.globus.gsi.gssapi.net.GssSocket.getOutputStream(GssSocket.java:161)
at org.globus.wsrf.container.GSIServiceThread.process(GSIServiceThread.java:98)
at org.globus.wsrf.container.ServiceThread.run(ServiceThread.java:291)
In my grid-mapfile it's there:
"/O=Grid/OU=GlobusTest/OU=simpleCA-mainha/CN=Wilson de Oliveira" wilsonjr
The machine is configured to accept the certificates from this simpleCA.
Does anyone knows what can be?