Can you show what the error message is when you replace the
certificate with one that reads here1 instead of here? The algorithm
should be:
1) Get IP address associated with the hostname
2) Reverse-lookup that IP
So if here1 -> IP1 -> here1, then that sounds like the right name to
use in the certificate.
Charles
On Jul 19, 2007, at 4:45 PM, Francois Hornoy wrote:
I'm experiencing some DNS related problems. The "server" running
the globus container is "here.host.fr". But the DNS server replies
" here1.host.fr". The "hostname" command on that server outputs:
"here.host.fr".
So i (logically?) get this error:
$ globus-url-copy -vb gsiftp://here.host.fr/etc/issue file:/tmp/foo
Source: gsiftp://here.host.fr/etc/
Dest: file:/tmp/
issue -> foo
error: globus_ftp_control: gss_init_sec_context failed
GSS Major Status: Unexpected Gatekeeper or Service Name
globus_gsi_gssapi: Authorization denied: The name of the remote
host ( here.host.fr), and the expected name for the remote host
(here1.host.fr) do not match. This happens when the name in the
host certificate does not match the information obtained from DNS
and is often a DNS configuration problem.
I tried to regenerate the host certificates putting
here1.host.fr but the same happens. So i guess the problem is that
the "hostname" is here.host.fr... Is it the problem? And how can i
deal with this as i can't change the DNS configurations?
Thanks for helping,
Francois.