elastic / elastic/apm-agent-nodejs

APM Server transport error (307): Unexpected APM Server response when polling config <a href="/ui/">Temporary Redirect</a>.

Open
#1,793 0 comments 0 reactions 0 assignees View on GitHub
agent-nodejs bug
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.