elastic / elastic/apm-agent-nodejs
APM Server transport error (307): Unexpected APM Server response when polling config <a href="/ui/">Temporary Redirect</a>.
- Dominant language
- JavaScript
- Stars
- 594
- Forks
- 244
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 16
Description
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
Temporary Redirect.
```
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,
Contributor guide
Assessment
This issue has not been assessed yet.