When running check-es-node-status on a cluster with SSL enabled that is using self signed certs, the check will fail with the following:
Check failed to run: SSL_connect returned=1 errno=0 state=error: certificate verify failed
The plugin should have a flag to allow skipping the validation of the cert for use cases where you would use self signed certs instead of signed certs.