Issue with using apm in node with elastic-apm-node package and http server url

Using elastic-apm-node package for apm setup in my nodejs application suddenly started facing below issue

SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332

Using http url with below configuration

import apm from "elastic-apm-node"
apm.start({
serviceName: "placement_apis",
secretToken: "",
serverUrl: "http://kibana.sunstone.in:8200",
environment: process.env.NODE_ENV,
captureBody: "all",
})

Hi, @gauravsunstone. I see you've opened an issue as well: SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332 · Issue #3062 · elastic/apm-agent-nodejs · GitHub
I'll answer there.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.