Thanks Lukasz But now I have other problem, when I try to transfer a file, the command just hangs there and shows me nothing. Am I doing anything wrong?
root@Estacion05:/home/user# globus-url-copy -vb file:///home/user/ls.tmp gsiftp://172.17.40.220:2811/tmp/ Source: file:///home/user/ Dest: gsiftp://172.17.40.220:2811/tmp/ ls.tmp 2011/3/23 Jorge Jaramillo <[email protected]> > Thanks Lukasz > > But now I have other problem, when I try to transfer a file, the command > just hangs there and shows me nothing. Am I doing anything wrong? > > root@Estacion05:/home/user# globus-url-copy -vb file:///home/user/ls.tmp > gsiftp://172.17.40.220:2811/tmp/ > Source: file:///home/user/ > Dest: gsiftp://172.17.40.220:2811/tmp/ > ls.tmp > > > Jorge. > > > > 2011/3/23 Lukasz Lacinski <[email protected]> > >> Hi Jorge, >> >> A GridFTP server does not use SSL protocol in control channel, so openssl >> s_client is not an appropriate client to communicate with a GridFTP server. >> You need to use globus-url-copy, uberftp or Globus Online service instead. >> >> Regards, >> Lukasz >> >> >> On 3/23/11 8:42 AM, Jorge Jaramillo wrote: >> >>> Hello everyone, >>> >>> I configured GT.5.0.3 on a server and created a simple CA. Then I send a >>> request from a client and got a certificate. >>> >>> Now, I'm having some trouble on the client. Here is what I'm doing >>> >>> root@Estacion05:/home/user# openssl verify -CApath >>> /etc/grid-security/certificates/ -purpose sslclient >>> ~/.globus/usercert.pem >>> /root/.globus/usercert.pem: OK >>> >>> root@Estacion05:/home/user# openssl s_client -ssl3 -cert >>> ~/.globus/usercert.pem -key ~/.globus/userkey.pem -CApath >>> /etc/grid-security/certificates/ -connect 172.17.40.220:2811 >>> >>> Enter pass phrase for /root/.globus/userkey.pem: >>> CONNECTED(00000003) >>> 2243:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version >>> number:s3_pkt.c:293: >>> >>> I'm lost at this point, can anybody tell me what this error refers to??? >>> >>> Thanks >>> >>> Jorge >>> >>> >> >
