You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the source code I can specify the scheme for the RabbitMQ Collector. Unfortunately, because we use self-signed certs, this is failing with errors like
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)>
Would you guys be open to a PR to allow a config option that will let the user skip cert verification?
The text was updated successfully, but these errors were encountered:
Looking at the source code I can specify the scheme for the RabbitMQ Collector. Unfortunately, because we use self-signed certs, this is failing with errors like
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)>
Would you guys be open to a PR to allow a config option that will let the user skip cert verification?
The text was updated successfully, but these errors were encountered: