Am running Elasticsearch, kibana and Apm 7.8.0 in docker with self signed certs in my dev region. I have set the VAULT_SKIP_TLS environment in this region to allow self signed certs in the region but am now getting the following error from the node-vault agent
APM Server transport error (307): Unexpected APM Server response when polling config
<a href="/ui/">Temporary Redirect</a>.
connection
const apm = require('elastic-apm-node').start({
serviceName: 'AccountService',
verifyServerCert: 'false',
serverUrl: 'https://localhost:8200'
});
running Docker Desktop for Windows (WSL2) in Win 10.
Code is running in WSL2 Ubuntu Session on Win 10
Any pointers would be appreciated,