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 token needs to be string not bytes #179

Closed
wants to merge 1 commit into from
Closed

WSSE token needs to be string not bytes #179

wants to merge 1 commit into from

Commits on Sep 29, 2020

  1. WSSE token needs to be string not bytes

    When `_wsse_username_token` returned bytes, the header would look like
    ```
    UsernameToken Username="username", PasswordDigest="b'Ue8bnW/FAKEWubcqChWs='", Nonce="673552abeefb06a6", Created="2020-09-29T14:42:57Z"
    ```
    And the extra `b'` at the beginning of the password digest would cause authentication to fail.
    pearmaster committed Sep 29, 2020
    Copy the full SHA
    d2041a3 View commit details
    Browse the repository at this point in the history