Re: [gt-user] MyProxy OpenSSL error

2009-10-30 Thread cmasmas cmasmas
Hello again, Thanks for your answer. Here is the output for: :/etc/grid-security$ openssl verify -CApath /etc/grid-security/certificates -verbose /etc/grid-security/hostcert.pem */etc/grid-security/hostcert.pem: /O=Grid/OU=GlobusTest/OU= simpleCA-debian.XXX.es/CN=host/gtmaster.XXX.es error 7 at

Re: [gt-user] MyProxy OpenSSL error

2009-10-27 Thread cmasmas cmasmas
Hi there, first of all thanks a lot for your help. I've done the tests you mention, but the problem still goes on. I've created both new hostcert and new hostkey, and then veryfied them with the script on the OpenSsl page (the one on Verify A Certificate Matches A Private Key

Re: [gt-user] MyProxy OpenSSL error

2009-10-27 Thread Jim Basney
I assume if you run the following command, you'll see the same error as from grid-proxy-init: openssl verify -CApath /etc/grid-security/certificates -verbose \ /etc/grid-security/hostcert.pem Please post your hostcert.pem file and your CA certificate file(s) from

[gt-user] MyProxy OpenSSL error

2009-10-26 Thread cmasmas cmasmas
Hi there, i'm installing Globus 4.2.1 on Debian5 and i'm stuck on the step to prove that gridftp server works. I'm following the globus quickstart tutorial on the web. I've run on separate consoles myproxy client and server, and this is what each prompts when i try to log in: In the client

Re: [gt-user] MyProxy OpenSSL error

2009-10-26 Thread Jim Basney
Hi, I can only guess at what that OpenSSL error message is telling us. Since the client-side credentials verify OK, maybe there's a problem with the server's credentials. To check them, run: grid-proxy-init -debug -verify \ -cert /etc/grid-security/hostcert.pem \ -key

Re: [gt-user] MyProxy OpenSSL error

2009-10-26 Thread cmasmas cmasmas
Hi: First of all, thanks for your answer. Here is the output: *glo...@debian:/root$ grid-proxy-init -debug -verify-cert /etc/grid-security/hostcert.pem-key /etc/grid-security/hostkey.pem User Cert File: /etc/grid-security/hostcert.pem User Key File: /etc/grid-security/hostkey.pem

Re: [gt-user] MyProxy OpenSSL error

2009-10-26 Thread Jim Basney
That helps us focus the problem investigation. :) The next reference I suggest is: http://security.ncsa.uiuc.edu/research/grid-howtos/usefulopenssl.php I suggest following the Verify A Certificate Matches A Private Key instructions to confirm that your hostcert.pem and hostkey.pem match. You