Closed yorkie closed 9 years ago
@yorkie - I would suggest that you try https://github.com/strongloop-community/loopback-connector-elastic-search as I forked it off this repo and am actively maintaining it. I've already added both https
and basic authN
support there.
@yorkie - also if you are interested in free plans to mess around with ES, other than Heroku I know the following provide sandbox level free hosted plans:
Ok, Thanks, you are using settings.host
to replace the url
. great, will migrate it...actually i'm using bonsai's free plan :)
By the way, could you make description to tell others to use the strongloop fork, rather than this. Just tip
@yorkie - but where would I put that description? I don't own this project
ah, forgot, i thought you are the owner, lol, thanks for your answer :p
actually in heroku, the elasticsearch provider only provide you a complete url with https://user:pass@host:port, so i guess your host + port fields doesn't work with https and auth.