Osx connection to elastic service cloud not working

I’m using mac and I have elastic search installed before locally together with kibana. My local Laravel website was working perfectly with this settings:

SCOUT_DRIVER=elastic
SCOUT_ELASTIC_HOST=localhost:9200

Then I created the trial account on the elastic service cloud and I updated those settings to:
SCOUT_DRIVER=elastic
SCOUT_ELASTIC_HOST=https://elastic:xxxxx@0e899544f4zzzzzzz93c1a0952ee.eu-central-1.aws.cloud.es.io:9243

And in my mac this does not work, the web server crashes completely when I do a post request to the elastic endpoint. And the “funny” part is that the exact same code works for my windows colleagues :frowning:

Any ideas?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.