Yaohhh!!!! Finally we manage to communicate with VOMS from a GT container by setting "Constants.GSI_TRANSPORT" as stub property.
Thanks Tim for your precious suggestion Andrea On Wed, Mar 4, 2009 at 12:07 AM, Tim Freeman <[email protected]> wrote: > On Tue, 24 Feb 2009 16:53:16 +0100 > Andrea Turli <[email protected]> wrote: > >> // credentials >> stub._setProperty(GSIConstants.GSI_CREDENTIALS, credentials); >> >> // Authentication method >> stub._setProperty(Constants.GSI_SEC_CONV, >> Constants.ENCRYPTION); >> >> // delegation >> stub._setProperty(GSIConstants.GSI_MODE, >> GSIConstants.GSI_MODE_NO_DELEG); >> >> // set Context lifetime >> stub._setProperty(Constants.CONTEXT_LIFETIME, 300); > > Are you intentionally setting "Constants.GSI_SEC_CONV" there? Only an > educated > guess, but I wouldn't think secure conversation is the appropriate choice for > VOMS admin service. Try setting the "Constants.GSI_TRANSPORT" to > "Constants.SIGNATURE" or "Constants.ENCRYPTION" instead? > > Tim > >
