logstash 's elasticsearch output has option to turn off SSL verification
Is there a similar option for apm?
Elasticsearch is using self signed certificate, and apm is complaining when connecting to ES.
All of the Elastic APM agents, with the exception of the RUM JavaScript agent, have a verify_server_cert configuration variable. You can set this to false to disable server TLS certificate verification.