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

Add ssl_version option to choose SSL version to use #159

Merged
merged 2 commits into from Sep 7, 2012

Conversation

htanata
Copy link
Contributor

@htanata htanata commented Aug 20, 2012

This allows us to do these things:

# Per class option:
class Foo
  include HTTParty

  ssl_version :SSLv3
end

# Override default option:
Foo.get '/list', :ssl_version => :SSLv23

# Per request option:
HTTParty.get 'https://foobar.com/list', :ssl_version => :TLSv1

@travisbot
Copy link

This pull request fails (merged c2cf65f into 9c08f47).

@travisbot
Copy link

This pull request fails (merged 628f29f1 into 9c08f47).

@travisbot
Copy link

This pull request passes (merged 6b88a95 into 9c08f47).

@maxstoller
Copy link

👍

@maxstoller
Copy link

Bump 😁

@jnunemaker jnunemaker merged commit 6b88a95 into jnunemaker:master Sep 7, 2012
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.

None yet

4 participants