-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error: Cannot make SSL context for cert path #14
Comments
I cleared the certs dir and now I get this:
BTW, basic centos7 on AWS. I have become sudo. Selinux is on. |
When I run the command from the remote host, I get the same thing
|
|
I'm getting the same error. Red Hat 7.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running this task:
This is the error when running with -vvv:
I defined the ca host variable like this:
icinga2_ca_host: "mon.my.int"
- This is the master monitoring server that I assume works as the ca for the monitored system.It looks like it did not create the folder/file:
/var/lib/icinga2/certs/ca.crt
The other cert files were created:
/var/lib/icinga2/certs/mon.my.int.key
/var/lib/icinga2/certs/mon.my.int.crt
Any tips would be appreciated.
Thank you,
Chris.
The text was updated successfully, but these errors were encountered: