Skip to content

making the proxy with NTLM and kerberos work (for grizzly provider) #269

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

Closed
wants to merge 4 commits into from

Conversation

vedil
Copy link
Contributor

@vedil vedil commented Apr 4, 2013

handling the proxy's NTLM auth, using NTLMEngine to generate required tokens.
detecting first, second level of handshakes and generating appropriate message types

for kerberos, using java's GSSManager

@rlubke
Copy link
Contributor

rlubke commented Apr 5, 2013

Looks like it can't be merged as there's quite a few conflicts. I'll try to work through them today.

@vedil
Copy link
Contributor Author

vedil commented Apr 10, 2013

i have verified on my setup, both kerberos and NTLM are working.

@rlubke
Copy link
Contributor

rlubke commented Apr 10, 2013

Great! Thanks very much for your contribution!

@rlubke rlubke closed this Apr 10, 2013
@vedil
Copy link
Contributor Author

vedil commented Apr 10, 2013

would like to clean up a bit in GSSSPNEGOWrapper, where there is a try/catch and it does e.printStackTrace();

can you change that to "LOGGER.warn(e.toString(), e);" kind of stuff?

@rlubke
Copy link
Contributor

rlubke commented Apr 10, 2013

Done.

vedil mailto:[email protected]
April 9, 2013 9:44 PM

would like to clean up a bit in GSSSPNEGOWrapper, where there is a
try/catch and it does e.printStackTrace();

can you change that to "LOGGER.warn(e.toString(), e);" kind of stuff?


Reply to this email directly or view it on GitHub
#269 (comment).

vedil mailto:[email protected]
April 4, 2013 12:23 PM

handling the proxy's NTLM auth, using NTLMEngine to generate required
tokens.
detecting first, second level of handshakes and generating appropriate
message types

for kerberos, using java's GSSManager


    You can merge this Pull Request by running

git pull https://github.com/vedil/async-http-client master

Or view, comment on, or merge it at:

#269

    Commit Summary

@vedil
Copy link
Contributor Author

vedil commented Apr 10, 2013

great, thanks. now it feels good 👍

cs-workco pushed a commit to cs-workco/async-http-client that referenced this pull request Apr 13, 2023
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

Successfully merging this pull request may close these issues.

2 participants