Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when trying to renew proxy - "Caused by: Unable to respond to server's authentication challenge. Unimplemented method: SASL". #97

Open
thejkane opened this issue May 30, 2013 · 1 comment

Comments

@thejkane
Copy link

In my code I am trying to renew my proxy credentials without giving password. My code looks like follows;

MyProxy myproxy = new MyProxy(this.myProxyHostname, this.myProxyPortNumber); GetParams getParams = new GetParams();
getParams.setAuthzCreds(credential);
getParams.setUserName(this.myProxyUserName);

getParams.setWantTrustroots(true);

GSSCredential renewedCredentials = myproxy.get(credential, getParams);

Above code is failing with client side exception message,

"Caused by: Unable to respond to server's authentication challenge. Unimplemented method: SASL".

This is tested with jglobus 2.0.5 and 2.0.6-rc2.

Thanks
Amila

@jbasney
Copy link
Contributor

jbasney commented May 30, 2013

Discussion about this issue at https://groups.google.com/a/sciencegatewaysecurity.org/forum/#!topic/discuss/XxakfA5zLlI with Amila's patch attached at the bottom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants