Error for APM connectivity for Python Application

Max retries exceeded with url: /intake/v2/events (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1076)'))

Hi @smart_admin1

it looks like you're using a self-signed certificate for your APM Server. By default, the agent verifies certificates, which fails for self-signed ones. We recommend to use a valid certificate that can be verified, but if you want to continue using the self-signed certificate, you can disable verification using the verify_server_cert configuration option.

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