You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
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.
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?
The text was updated successfully, but these errors were encountered: