> Hi, 
>  
> I read the "earlier" lines of your output and I could mention some  
> issues that capture my attention

Yeah, almost 700 lines can get tedious, eh? See answers to your 
observations/questions below:

>    1.  File does not exist: /etc/grid-security/hostcert.pem is not a  
> valid file. Did you generate certificates for machine1 and machine2?

I did for machine1. Trying to generate a hostcert on machine1 for machine2 
fails:
   $ grid-cert-request -host 'machine2.proteus.local'

      /etc/grid-security/hostcert_request.pem already exists
      /etc/grid-security/hostcert.pem already exists
      /etc/grid-security/hostkey.pem already exists

I did create the rpm on machine1 and installed it on machine2, as the SimpleCA 
instructions explains.

>    2.  File does not exist: /tmp/x509up_u501. Did you invoke the  
> grid-proxy-init command for the user running the gridftp command?

I did on the server, and the file /tmp/x509up_u501 does exist. Trying again, as 
gridftpuser (not the globus user account) on machine1, the init command does 
give some errors, but creates the file and a valid proxy:
   [gridftpuser@machine1 ~]$ grid-proxy-init -debug -verify

   User Cert File: /home/gridftpuser/.globus/usercert.pem
   User Key File: /home/gridftpuser/.globus/userkey.pem
   globus_error_put(): 
globus_gsi_system_config.c:globus_gsi_sysconfig_dir_exists_unix:4730:
   File does not exist: /home/gridftpuser/.globus/certificates is not a valid 
directory

   globus_error_put(): 
globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_cert_dir_string:410:
   Could not find a valid trusted CA certificates directory
   globus_gsi_system_config.c:globus_gsi_sysconfig_dir_exists_unix:4730:
   File does not exist: /home/gridftpuser/.globus/certificates is not a valid 
directory

   Trusted CA Cert Dir: /etc/grid-security/certificates

   Output File: /tmp/x509up_u501
   Your identity: 
/O=Grid/OU=GlobusTest/OU=simpleCA-machine1.proteus.local/OU=local/CN=Grid User
   Enter GRID pass phrase for this identity:
   Creating proxy ....++++++++++++
   ....++++++++++++
    Done
   Proxy Verify OK
   Your proxy is valid until: Thu Oct 18 21:42:47 2012

Running it as the globus user on the server looks better, but it creates 
/tmp/x509up_u500:
   [gridftptest@machine1 ~]$ grid-proxy-init -debug -verify

   User Cert File: /home/gridftptest/.globus/usercert.pem
   User Key File: /home/gridftptest/.globus/userkey.pem

   Trusted CA Cert Dir: /home/gridftptest/.globus/certificates

   Output File: /tmp/x509up_u500
   Your identity: 
/O=Grid/OU=GlobusTest/OU=simpleCA-machine1.proteus.local/OU=local/CN=Grid User
   Enter GRID pass phrase for this identity:
   Creating proxy ....++++++++++++
   .++++++++++++
    Done
   Proxy Verify OK
   Your proxy is valid until: Thu Oct 18 21:47:02 2012

> On the other hand, on my setup, I did create symbolic links to all  
> files ending with .426e7a36 ("hash number") as follows: ln -sf  
> globus-host-ssl.conf.426e7a36 globus-host-ssl.conf 

I assume you did this on the server, in /etc/grid-security? I have the files 
there, without the hash:
   $ls /etc/grid-security
   total 44
   drwxr-xr-x   3 gridftptest gridftptest 4096 Oct 17 14:36 .
   drwxr-xr-x. 61 root        root        4096 Oct 18 09:01 ..
   drwxrwxr-x   2 gridftptest gridftptest 4096 Oct 17 13:52 certificates
   -rw-rw-r--   1 gridftptest gridftptest 2946 Oct 17 14:07 globus-host-ssl.conf
   -rw-rw-r--   1 gridftptest gridftptest 3064 Oct 17 14:07 globus-user-ssl.conf
   -rw-rw-r--   1 gridftptest gridftptest 2946 Oct 17 14:07 grid-ca-ssl.conf
   -rw-rw-r--   1 gridftptest gridftptest 1313 Oct 17 14:07 grid-security.conf
   -rw-r--r--   1 gridftptest gridftptest 2729 Oct 17 14:30 hostcert.pem
   -rw-r--r--   1 gridftptest gridftptest 1439 Oct 17 14:10 hostcert_request.pem
   -rw-------   1 gridftptest gridftptest  916 Oct 17 14:10 hostkey.pem
   -rw-rw-r--   1 gridftptest gridftptest 1339 Oct 17 14:07 signing-policy

FWIW, machine1 has two non-root users, gridftptest, the globus user, and 
gridftpuser. Machine2 has one non-root user, gridftpuser.

> Regards, 
>  
> On 18 October 2012 07:50, gridftp user  
> <[email protected]<mailto:[email protected]>> wrote: 
>  
>  > Can you please post the "several lines of errors that all relate to  
> authentication errors"? 
>  > They might help us figure out what is going on. 
>  > 
>  > Thanks, 
>  > Eric 
>  
> I sure can, but there are a lot of lines. I have the server on a VM at  
> 192.168.129.20 (a.k.a. machine1), and this is the output from the  
> client, another VM at 192.168.129.21 (a.k.a. machine2). First some  
> settings and directory listings, followed by the result of trying to  
> copy a file from server to client, on the client: 
> $ echo $HOME 
> /home/gridftpuser 
>  
> $ ls $HOME/.globus 
> total 20 
> drwxrwxr-x 2 gridftpuser gridftpuser 4096 Oct 17 14:58 . 
> drwx------ 4 gridftpuser gridftpuser 4096 Oct 17 16:08 .. 
> -rw-r--r-- 1 gridftpuser gridftpuser 2718 Oct 17 14:58 usercert.pem 
> -rw-r--r-- 1 gridftpuser gridftpuser 1433 Oct 17 14:41 usercert_request.pem 
> -r-------- 1 gridftpuser gridftpuser 1041 Oct 17 14:41 userkey.pem 
>  
> $ echo $GLOBUS_LOCATION 
> /usr/sbin 
>  
> $ ls $GLOBUS_LOCATION/etc 
> ls: cannot access /usr/sbin/etc: No such file or directory 
>  
> $ ls /etc/grid-security 
> total 12 
> drwxr-xr-x   3 root root 4096 Oct 17 16:04 . 
> drwxr-xr-x. 59 root root 4096 Oct 17 16:04 .. 
> drwxr-xr-x   2 root root 4096 Oct 17 16:04 certificates 
>  
> $ ls /etc/grid-security/certificates/ 
> total 32 
> drwxr-xr-x 2 root root 4096 Oct 17 16:04 . 
> drwxr-xr-x 3 root root 4096 Oct 17 16:04 .. 
> -rw-r--r-- 1 root root  956 Oct 17 15:12 426e7a36.0 
> -rw-r--r-- 1 root root    9 Oct 17 15:12 426e7a36.installed_hash 
> -rw-r--r-- 1 root root 1339 Oct 17 15:12 426e7a36.signing_policy 
> -rw-r--r-- 1 root root 2946 Oct 17 15:12 globus-host-ssl.conf.426e7a36 
> -rw-r--r-- 1 root root 3064 Oct 17 15:12 globus-user-ssl.conf.426e7a36 
> -rw-r--r-- 1 root root 1313 Oct 17 15:12 grid-security.conf.426e7a36 
>  
>  
>  
> $ globus-url-copy -v  
> gsiftp://192.168.129.20/tmp/file1<http://192.168.129.20/tmp/file1>  
> file:///tmp/file2 
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /etc/grid-security/hostcert.pem is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_cert_string:460: 
> Error with certificate filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /etc/grid-security/hostcert.pem is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /usr/sbin/etc/hostcert.pem is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_cert_string:460: 
> Error with certificate filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /usr/sbin/etc/hostcert.pem is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /home/gridftpuser/.globus/hostcert.pem is not a  
> valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_cert_string:460: 
> Error with certificate filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /home/gridftpuser/.globus/hostcert.pem is not a  
> valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
> globus_error_put(): Valid credentials could not be found in any of the  
> possible locations specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put(): globus_i_gsi_gss_utils.c:globus_i_gsi_gss_cred_read:1436: 
> Error with gss credential handle 
> globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put(): acquire_cred.c:gss_acquire_cred:148: 
> Error with GSI credential 
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_cred_read:1436: 
> Error with gss credential handle 
> globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_file_exists_unix:4609: 
> File does not exist: /home/gridftpuser/.globus/gridftp-ssh is not a  
> valid file 
>  
> Source: gsiftp://192.168.129.20/tmp/<http://192.168.129.20/tmp/> 
> Dest:   file:///tmp/ 
>    file1  ->  file2 
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /etc/grid-security/hostcert.pem is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_cert_string:460: 
> Error with certificate filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /etc/grid-security/hostcert.pem is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /usr/sbin/etc/hostcert.pem is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_cert_string:460: 
> Error with certificate filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /usr/sbin/etc/hostcert.pem is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /home/gridftpuser/.globus/hostcert.pem is not a  
> valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_cert_string:460: 
> Error with certificate filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_certfile_unix:4957: 
> File does not exist: /home/gridftpuser/.globus/hostcert.pem is not a  
> valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
>  
> globus_error_put():  
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
> globus_error_put(): Valid credentials could not be found in any of the  
> possible locations specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put(): globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put(): globus_i_gsi_gss_utils.c:globus_i_gsi_gss_cred_read:1436: 
> Error with gss credential handle 
> globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put(): acquire_cred.c:gss_acquire_cred:148: 
> Error with GSI credential 
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_cred_read:1436: 
> Error with gss credential handle 
> globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put():  
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_create_and_fill_context:379: 
> Error with GSI credential 
> acquire_cred.c:gss_acquire_cred:148: 
> Error with GSI credential 
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_cred_read:1436: 
> Error with gss credential handle 
> globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put(): init_sec_context.c:gss_init_sec_context:148: 
> Error with gss context 
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_create_and_fill_context:379: 
> Error with GSI credential 
> acquire_cred.c:gss_acquire_cred:148: 
> Error with GSI credential 
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_cred_read:1436: 
> Error with gss credential handle 
> globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
> globus_error_put():  
> globus_ftp_client_transfer.c:globus_ftp_client_abort:5867: 
> handle was not in use 
>  
> globus_error_put(): [globus_gass_copy_cancel]: A failure has already  
> been detected in the last transfer. 
>  
> globus_error_put():  
> globus_ftp_control_client.c:globus_l_ftp_control_send_cmd_cb:2790: 
> gss_init_sec_context failed 
> GSS Major Status: General failure 
> init_sec_context.c:gss_init_sec_context:148: 
> Error with gss context 
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_create_and_fill_context:379: 
> Error with GSI credential 
> acquire_cred.c:gss_acquire_cred:148: 
> Error with GSI credential 
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_cred_read:1436: 
> Error with gss credential handle 
> globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
>  
> error: globus_ftp_control_client.c:globus_l_ftp_control_send_cmd_cb:2790: 
> gss_init_sec_context failed 
> GSS Major Status: General failure 
> init_sec_context.c:gss_init_sec_context:148: 
> Error with gss context 
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_create_and_fill_context:379: 
> Error with GSI credential 
> acquire_cred.c:gss_acquire_cred:148: 
> Error with GSI credential 
> globus_i_gsi_gss_utils.c:globus_i_gsi_gss_cred_read:1436: 
> Error with gss credential handle 
> globus_gsi_credential.c:globus_gsi_cred_read:750: 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Valid credentials could not be found in any of the possible locations  
> specified by the credential search order. 
> Attempt 1 
> globus_gsi_credential.c:globus_gsi_cred_read:469: 
> Error reading host credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_host_cert_filename_unix:5746:
>  
> Could not find a valid certificate file: The host cert could not be found in: 
> 1) env. var. X509_USER_CERT 
> 2) /etc/grid-security/hostcert.pem 
> 3) $GLOBUS_LOCATION/etc/hostcert.pem 
> 4) $HOME/.globus/hostcert.pem 
>  
> The host key could not be found in: 
> 1) env. var. X509_USER_KEY 
> 2) /etc/grid-security/hostkey.pem 
> 3) $GLOBUS_LOCATION/etc/hostkey.pem 
> 4) $HOME/.globus/hostkey.pem 
>  
>  
> Attempt 2 
> globus_gsi_credential.c:globus_gsi_cred_read:260: 
> Error reading proxy credential 
> globus_gsi_system_config.c:globus_gsi_sysconfig_get_proxy_filename_unix:6213: 
> Could not find a valid proxy certificate file location 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_create_key_string:509: 
> Error with key filename 
> globus_gsi_system_config.c:globus_i_gsi_sysconfig_check_keyfile_unix:4824: 
> File does not exist: /tmp/x509up_u501 is not a valid file 
> Attempt 3 
> globus_gsi_credential.c:globus_gsi_cred_read:373: 
> Error reading user credential 
> globus_gsi_credential.c:globus_gsi_cred_read_key:1192: 
> Key is password protected: GSI does not currently support password  
> protected private keys. 
> OpenSSL Error: pem_pkey.c:109: in library: PEM routines, function  
> PEM_READ_BIO_PRIVATEKEY: bad password read 
>  
>  
                                          

Reply via email to