Skip to content

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

@jbiss

Description

@jbiss

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent-nodejsMake available for APM Agents project planning.bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions