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_signature and wsse_timestamp mutual exclusive #727

Closed
eiapopeia opened this issue Nov 9, 2015 · 3 comments
Closed

wsse_signature and wsse_timestamp mutual exclusive #727

eiapopeia opened this issue Nov 9, 2015 · 3 comments

Comments

@eiapopeia
Copy link

Like in #142 I am not able to use wsse_signature and wsse_timestamp config at the same time.

Savon.client({
  
  wsse_timestamp: true,
  wsse_signature: 
    Akami::WSSE::Signature.new(
      Akami::WSSE::Certs.new(cert_file: 'myCert.pem', private_key_file: 'myKey'))
     }

Without the other, each peace works.

@eiapopeia
Copy link
Author

I "fixed" it with the monkey patch referenced in this Akami issue savonrb/akami#15
So this can be closed but should be fixed in Akami.

@mortee
Copy link

mortee commented May 28, 2016

I wonder what the current status of this issue is now. Using 2.11.1 I tried to specify both wsse_auth, wsse_timestamp and wsse_signature, but only the signature is added. Without it, auth and timestamp work.

@eiapopeia
Copy link
Author

@mortee Please look at the linked akami-issue. There is the fix with a (unfortunately still unmerged) pull request. You can merge it yourself. or use my forked repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants