Skip to content

Make https support really work: #127

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

Merged
merged 1 commit into from
Sep 27, 2011
Merged

Make https support really work: #127

merged 1 commit into from
Sep 27, 2011

Conversation

rsanheim
Copy link
Contributor

  • need to set use_ssl to true
  • also cannot use get_response class method for https requests
  • add a smoke_test that calls out to google for real, to make sure
    things work end to end (not using test_helper for this, because it's invasive
    and opens code under test to do it's mocking)
  • add smoke_test to default test run
  • fixes issue use_https doesn't really work #126

  - need to set `use_ssl` to true
  - also cannot use `get_response` class method for https requests
  - add a smoke_test that calls out to google for real, to make sure
    things work end to end (not using test_helper for this, because it's invasive
    and opens code under test to do it's mocking)
  - add smoke_test to default test run
alexreisner added a commit that referenced this pull request Sep 27, 2011
Fix HTTPS support (thanks github.com/rsanheim).
@alexreisner alexreisner merged commit a3bb3ee into alexreisner:master Sep 27, 2011
@alexreisner
Copy link
Owner

Looks great, thanks!

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.

2 participants