Folks, I want to access securely deployed Globus service in from a remote machine. Given in my security-descriptor in the server side.
<securityConfig xmlns="http://www.globus.org"> <authz value="none" /> <auth-method> <GSITransport> <protection-level> <integrity /> <privacy /> </protection-level> </GSITransport> </auth-method> </securityConfig> This is the configurations in the client side application. ((Stub)ppManagerPort)._setProperty(org.globus.wsrf.security.Constants.AUTHORIZATION,NoAuthorization.getInstance()); ((Stub)ppManagerPort)._setProperty(org.globus.wsrf.security.Constants.GSI_TRANSPORT,org.globus.wsrf.security.Constants.SIGNATURE); ((Stub)ppManagerPort)._setProperty(org.globus.wsrf.security.Constants.GSI_TRANSPORT,org.globus.wsrf.security.Constants.ENCRYPTION) When I access service from a local machine it works perfectly (after generating the gird-proxy). To access service from remote machine I copied globus_simple_ca_###_setup-0.19.tar.gz and ran the given commands too. $GLOBUS_LOCATION/sbin/gpt-build globus_simple_ca_###_setup-0.19.tar.gz $GLOBUS_LOCATION/sbin/gpt-postinstall But client still fails with attached error telling Unkown CA. How can add CA to the client side trust store? Somebody please give guide me here. Regards, Lasantha
client.log
Description: Binary data
