Bugzilla – Bug 4554
Delegation error using under-developement globusrun-ws when I supply IP address and not DNS name
Last modified: 2008-08-11 15:00:54
You need to log in before you can comment on or make changes to this bug.
I am not sure if this is actually a bug or I just have to configure some files to eliminate the problem, however Peter G. Lane(lane@mcs.anl.gov) told me through the mailing list to file a bug report so here it is: This problem concerns the under-developement globus toolkit(http://www.globus.org/HEAD/nightly.tar.gz) and not the stable version(4.0.2) If I call: globusrun-ws -S -submit -f job.xml -F https://192.168.1.40:8443/wsrf/services/ManagedJobFactoryService I get: Delegating user credentials...Failed. globusrun-ws: Error trying to delegate GSS Major Status: General failure globus_gsi_gssapi: internal problem with SSL BIO: SSL_read rc=-1 OpenSSL Error: pem_lib.c:637: in library: PEM routines, function PEM_read_bio: no start line Expecting: CERTIFICATE Instead if I call: globusrun-ws -S -submit -f job.xml -F https://linux:8443/wsrf/services/ManagedJobFactoryService or globusrun-ws -S -submit -f job.xml -F https://linux.lan:8443/wsrf/services/ManagedJobFactoryService or globusrun-ws -S -submit -f job.xml -F https://localhost:8443/wsrf/services/ManagedJobFactoryService or globusrun-ws -S -submit -f job.xml (which defaults to: https://localhost:8443/wsrf/services/ManagedJobFactoryService) (linux.lan is the FQDN of my PC which has IP 192.168.1.40) it works smoothly without errors! **This problem only exists in the nigthly build I have downloaded and not in 4.0.2 version where everything works fine.**
Created an attachment (id=995) [details] Clear SSL error when reading certs Can you try this patch (to gsi/credential/source)?
(In reply to comment #1) > Created an attachment (id=995) [edit] [details] > Clear SSL error when reading certs > > Can you try this patch (to gsi/credential/source)? > In order to try it what do I have to do exactly? I mean how can I apply this patch ??
(In reply to comment #2) > (In reply to comment #1) > > Created an attachment (id=995) [edit] [details] > > Clear SSL error when reading certs > > > > Can you try this patch (to gsi/credential/source)? > > > > In order to try it what do I have to do exactly? I mean how can I apply this > patch ?? > Just ignore the above question!! I tried it using the threaded version and it seems to be working fine!!