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
Notice: Compiled catalog for ubuntu2304.localdomain in environment production in 0.01 secondsError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)
NOTE I was able to bypass this problem by specifying the full certificate chain instead of just the Conjur host certificate.
I don't know if this behavior is intentional, it seems a little strange having to specify the entire certificate chain bundle... In fact, it seems strange and a bit unconventional having to specify a public SSL certificate at all 🤔
The same problem occurred (and was bypassed) in the same way in the conjur-api-go library as well (see this issue).
Summary
I get an error when I try to retrieve a secret from Conjur (with self signed cert).
Steps to Reproduce
Expected Results
The procedure completes without errors.
Actual Results
I get the following error:
Reproducible
Version/Tag number
Environment setup
Puppet server and agent are both installed (and working) on a local Ubuntu VM.
Conjur is installed on a remote VM (Connection via VPN).
Additional Information
From the Ubuntu VM I can reach conjur api and retrieve secrets.
The text was updated successfully, but these errors were encountered: