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

ssl_version/tls_protocol shouldn't be hardcoded #261

Merged
merged 1 commit into from
Oct 22, 2014

Conversation

dangerp
Copy link

@dangerp dangerp commented Oct 22, 2014

Fixes #260

  • Removes hardcoded tls_protocol default
  • Adds ssl_version option to be consistent with other libraries
  • Fixes tls_protocol/ssl_version setting
  • Adds tests for tls_protocol/ssl_version setting

- Don't hardcode an SSL version
- Set SSLContext ssl_version properly
- Set SSLContext verify_mode in a consistent manner
@michaelklishin
Copy link
Member

@dangerp thank you. Requiring a reasonably recent OpenSSL on development machines is fine with me.

michaelklishin added a commit that referenced this pull request Oct 22, 2014
ssl_version/tls_protocol shouldn't be hardcoded
@michaelklishin michaelklishin merged commit d44d1e9 into ruby-amqp:master Oct 22, 2014
@dangerp dangerp deleted the issue260 branch October 22, 2014 05:55
@michaelklishin
Copy link
Member

In 1.6.0.rc2.

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.

ssl_version/tls_protocol shouldn't be hardcoded
2 participants