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

Changes for certificate signing stuff in Akami. #264

Merged
merged 2 commits into from
Jun 6, 2012

Conversation

hoverlover
Copy link
Contributor

These changes are related to an Akami pull request.

@ebeigarts
Copy link

Thanks, this helped me a lot.

I created a seperate gem for the signing,
because I needed signing Timestamp and Header/To elements.

Also, nokogiri >= 1.5.1 now supports c14n.

rubiii added a commit that referenced this pull request Jun 6, 2012
Changes for certificate signing stuff in Akami.
@rubiii rubiii merged commit 1746fe5 into savonrb:master Jun 6, 2012
@sunny sunny mentioned this pull request Oct 22, 2013
@@ -78,6 +78,11 @@ def request(*args, &block)

response = SOAP::Request.new(http, soap).response
set_cookie response.http.headers

if wsse.verify_response
WSSE::VerifySignature.new(response.http.body).verify!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code has been removed(refer: d31be3e) from the master branch, so are we still able to verify the response, and if so, can you please guide me?

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

Successfully merging this pull request may close these issues.

4 participants