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

Pass more SSL options to cowboy #889

Merged
merged 2 commits into from
Jul 26, 2016
Merged

Pass more SSL options to cowboy #889

merged 2 commits into from
Jul 26, 2016

Conversation

igors
Copy link
Contributor

@igors igors commented Jul 21, 2016

This PR addresses #888

Allows specifying the following addition SSL options in cowboy, all optional:

  • "cacertfile" specifies CA certs, used to build cert chain;
  • "ciphers" specifies allowed ciphersuites;
  • "versions" specifies allowed TLS/SSL versions.

Specifically:
cacertfile specifies CA certs, used to build cert chain;
ciphers specifies allowed ciphersuites;
versions specifies allowed TLS/SSL versions.
@michalwski
Copy link
Contributor

Many thanks for your PR. Could you please add some note about these new params to our doc about the ejabberd_cowboy module: https://github.com/esl/MongooseIM/blob/3770d22616d6ee079393f4d57acaf6e759e6ea62/doc/advanced-configuration/Listener-modules.md#configuration-1

@igors
Copy link
Contributor Author

igors commented Jul 26, 2016

Done - mostly copied from ssl docs.

@michalwski michalwski merged commit 647d0b2 into esl:master Jul 26, 2016
@michalwski
Copy link
Contributor

Many thanks @igors!

@michalwski michalwski mentioned this pull request Aug 29, 2016
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