Hello everyone, we are following the instructions provided at link to connect our conjur CLI tool but we get an error of: error: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unspecified certificate verification error). Would you have any insight on what we should check or how to start troubleshooting this error? We have tried the docker version and ruby gem version of the cli on a remote computer and we have tried the docker version directly on the host computer hosting Conjur DAP. Conjur DAP is on an AWS EC2. Below is the sequence of commands we input and the results.
conjur init -u [EC2 instance URL] -a [accountname]
SHA1 Fingerprint= [certificate fingerprint]
Please verify this certificate on the appliance using command:
openssl x509 -fingerprint -noout -in ~conjur/etc/ssl/conjur.pem
Trust this certificate (yes/no): yes
Wrote certificate to [Conjur PEM file]
Wrote configuration to C:/Users/.conjurrc
conjur authn login -p [password] -u [username]
error: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unspecified certificate verification error)
Any and all suggestions are appreciated. Thank you.