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

Reply via email to