Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL error starting new relic service using plugin MongoDB #538

Open
beckercastro opened this issue Oct 25, 2017 · 1 comment
Open

SSL error starting new relic service using plugin MongoDB #538

beckercastro opened this issue Oct 25, 2017 · 1 comment

Comments

@beckercastro
Copy link

Hi, i need some help...

When starting new relic service, i am receiving SSL error:

Error reporting stats: HTTPSConnectionPool(host='platform-api.newrelic.com', port=443): Max retries exceeded with url: /platform/v1/metrics (Caused by SSLError(SSLError(1, '_ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed'),))

I am using plugin MongoDB

@narun4sk
Copy link

Same here, I'm unable to send mongodb metrics to NewRelic:

INFO       2017-12-12 12:36:30,773 13993  MainProcess     MainThread newrelic_plugin_agent.agent                   start_plugin_polling      L263   : Enabling plugin: mongodb
INFO       2017-12-12 12:36:30,782 13993  MainProcess     MainThread newrelic_plugin_agent.plugins.base            finish                    L140   : MongoDB poll successful, completed in 0.01 seconds
INFO       2017-12-12 12:36:30,783 13993  MainProcess     MainThread newrelic_plugin_agent.agent                   send_components           L220   : Sending 56 metrics to NewRelic
ERROR      2017-12-12 12:36:30,986 13993  MainProcess     MainThread newrelic_plugin_agent.agent                   send_components           L235   : Error reporting stats: HTTPSConnectionPool(host='platform-api.newrelic.com', port=443): Max retries exceeded with url: /platform/v1/metrics (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)'),))
INFO       2017-12-12 12:36:30,986 13993  MainProcess     MainThread newrelic_plugin_agent.agent                   process                   L133   : Stats processed in 0.21 seconds, next wake in 59 seconds

However simple test with curl show that newrelic server certificate is ok:

# curl -vL https://platform-api.newrelic.com:443/platform/v1/metrics |& grep 'SSL certificate'
*        SSL certificate verify ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants