Skip to content

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