-
Notifications
You must be signed in to change notification settings - Fork 101
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
Incorrect Padding #34
Comments
Can you show us what the Auth header is? |
Hope this is what you are looking for. I used chrome to capture the headers. Not sure if i needed to pull directly from the box i'm getting the padding error or not on. That box is headless so if we need that let me know best way to capture. Request:
Response:
|
Ah, sorry, I wanted the NTLM challenge. What I'm getting at is that I suspect there was some invalid base64 character sitting around, and I want to try to find it. |
Do i need to do a packet capture to gather that? I don't see a challenge listed in the headers from chrome developer tools by tracking network. |
Accidentally closed |
A packet capture would probably help, yes. |
Ok here's the packet capture it does look like it stops on the challenge from the server when it errors as that ended the communication with the server. Sorry if the redaction causes problems If full info needed I can work with you via a private form.
|
Hmm, I don't see anything obviously wrong with that. I'm a little concerned that the |
Hrmm are there built-in debug commands or do I need to go in and add them to further trace ? |
The place we really want diags from is |
Looks like there might be a fixhttps://code.google.com/p/python-ntlm/issues/detail?id=17&q=padding. Have to get the non Repo version |
Try updating locally in your system and see what you can find. =) |
I attempted to do so and no change. I'm posting on that issue for Python-Ntlm to make sure i did it right and verify or continue to work with them. I'll revert in the event they say all is good. |
I can run this requests get and get a proper response
as soon as i change the site to the correct one and put in the correct username and password for my domain i get the incorrect padding error.
Here's the installed python info it's python 2.6
argparse (1.1)
Flask (0.10.1)
haufe.sharepoint (0.1.9)
iniparse (0.3.1)
itsdangerous (0.24)
Jinja2 (2.7.2)
kerberos (1.1.1)
MarkupSafe (0.19)
pip (1.5.4)
pycurl (7.19.0)
pygpgme (0.1)
python-ntlm (1.0.1)
requests (2.2.1)
requests-kerberos (0.4)
requests-ntlm (0.0.2.3)
setuptools (3.4.1)
suds (0.4)
urlgrabber (3.9.1)
Werkzeug (0.9.4)
yum-metadata-parser (1.1.2)
Running CentOs 6.5 Minimal
The text was updated successfully, but these errors were encountered: