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

added option "check_mk_agent_validate_api_ssl_certs" to allow to disable ssl certs verification #32

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pescobar
Copy link

This PR allows to define a new var check_mk_agent_validate_api_ssl_certs: false so the ssl certificates of the check_mk server are not verified. This is required when the check_mk server is using a self-signed ssl certificate.

The default value is check_mk_agent_validate_api_ssl_certs: true which is to validate the ssl certiciate by default so the actual default behaviour of verifying the ssl certificates stays the same. This PR only allows the option to disable it if needed.

@elnappo elnappo self-requested a review November 13, 2020 09:49
Copy link
Owner

@elnappo elnappo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR, please add a reference for the check_mk_agent_validate_api_ssl_certs variable in the README.md.

@pescobar pescobar requested a review from elnappo November 24, 2020 12:27
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

Successfully merging this pull request may close these issues.

2 participants