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

Re: [gt-user] JGlobus GridFTP Problems

2009-10-27 Thread Martin Feller
Does setting the type to binary (Session.TYPE_IMAGE) help? Like: ... import org.ietf.jgss.GSSCredential; import org.globus.ftp.GridFTPClient; import org.globus.ftp.Session; ... GridFTPClient client = ... client.authenticate(credential); client.setType(Session.TYPE_IMAGE); // do something with the