Fleet Server won't start - certificate error

Hi John,

I encountered the same error and just found another discussion here.

As written in the discussion, adding --fleet-server-es-ca addressed the error in my case, too:

sudo ./elastic-agent install -f --fleet-server-es=https://localhost:9200 --fleet-server-es-ca=/usr/local/etc/elastic/elasticsearch-ca.pem --fleet-server-service-token=AAEAA...Mdw

I hope this helps!

2 Likes