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

Upgrade to ranch 1.3.0 #1142

Merged
merged 1 commit into from
Jan 10, 2017
Merged

Upgrade to ranch 1.3.0 #1142

merged 1 commit into from
Jan 10, 2017

Conversation

igors
Copy link
Contributor

@igors igors commented Jan 6, 2017

This PR addresses #888

The ranch version pulled in by cowboy is quite outdated and does not expose a number of useful ssl parameters (dh/dhfile being one of the more critical ones). As of 1.3.0 ranch blacklists ssl_options it doesn't like (rather than whitelisting).

I've ran some tests with the upgraded ranch and everything seems to be working fine.

Proposed changes include:

  • add up-to-date ranch dependency to mongooseim's rebar.config

The ranch version pulled in by cowboy dependency
is quite outdated and does not expose a number
of useful ssl parameters (dhfile being one of
the more critical ones).

Issue esl#888
@michalwski michalwski merged commit cc4ef46 into esl:master Jan 10, 2017
@michalwski
Copy link
Contributor

Thanks for your contribution @igors!

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