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 support #56

Closed
srilumpa opened this issue Jun 8, 2018 · 2 comments
Closed

SSL support #56

srilumpa opened this issue Jun 8, 2018 · 2 comments
Assignees
Milestone

Comments

@srilumpa
Copy link
Contributor

srilumpa commented Jun 8, 2018

Hi,

We recently configured our Elasticsearch cluster to handle SSL transport. Unfortunately, we noticed that the elastic4play framework does not support it and we were forced to rollback our configuration.

I am going to try to implement the SSL settings. Are you interested in a PR for this?

@To-om
Copy link
Contributor

To-om commented Jun 8, 2018

Hi,

Do you know which protocol is used with SSL communication, TCP transport or HTTP ?

Currently, Elastic4play uses TCP transport of ElasticSearch (which is deprecated). I've stated to implement HTTP on branch feature/http but elastic4s doesn't support XPack on HTTP (cf. https://github.com/sksamuel/elastic4s#x-pack-security)

I'd be happy to accept your PR.

@srilumpa
Copy link
Contributor Author

srilumpa commented Jun 8, 2018

At first, we configured our cluster to use SSL on both HTTP and TCP transport. For now, we have deactivated SSL on TCP transport to pursue our Cortex upgrade but we have kept it on HTTP.

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

No branches or pull requests

2 participants