play.ws.ssl { trustManager = { stores = [ { type = "PEM", path = "/etc/cerebro/cert/http_ca.crt" } ] } } play.ws.ssl.loose.acceptAnyCertificate=true hosts = [ { host = "https://localhost:9200" name = "Elastic cluster" auth = { username = "elastic" password = "super-secret-password" } }