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

[WSSE Authentication] #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[WSSE Authentication] #271

wants to merge 1 commit into from

Conversation

povtux
Copy link

@povtux povtux commented May 29, 2014

using Python3.4, the wsse encrypted password was keeping the python style encapsulation of binary string (b' ').
So it adds those 3 caracters in the HTTP Header and the server on the other side does not recognizes the token
as a good one even if it is.
I also added a ".decode('ascii')" at the end of the calculation to avoid this encapsulation.

using Python3.4, the wsse encrypted password was keeping the python style encapsulation of binary string (b'   ').
So it adds those 3 caracters in the HTTP Header and the server on the other side does not recognizes the token
as a good one even if it is.
I also added a ".decode('ascii')" at the end of the calculation to avoid this encapsulation.
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.

1 participant