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
