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
I am trying to connect to Credhub and seem to get an error around the CA cert being invalid.
credhub api
Error connecting to the targeted API: "Get https://<domain name>>:8844/info: x509: certificate is not valid for any names, but wanted to match <<domain name>>". Please validate your target and retry your request.
if use --skip-tls-validation, i am able to login
credhub api --skip-tls-validation
Setting the target url: https://ci.ap.innogy.com:8844/
Warning: The targeted TLS certificate has not been verified for this connection.
Warning: The --skip-tls-validation flag is deprecated. Please use --ca-cert instead.
This is after exporting all the env vars and they are there. Is there something else to do with this certificate?
While trying to setting-up the credstore values, i am getting below error.
credhub set -n /concourse/***/expo-username -v value -t ***
Get https://<<domain name>>:8844/info: x509: certificate is not valid for any names, but wanted to match <<domain name>>
I am trying to connect to Credhub and seem to get an error around the CA cert being invalid.
credhub api Error connecting to the targeted API: "Get https://<domain name>>:8844/info: x509: certificate is not valid for any names, but wanted to match <<domain name>>". Please validate your target and retry your request.if use --skip-tls-validation, i am able to login
credhub api --skip-tls-validation Setting the target url: https://ci.ap.innogy.com:8844/ Warning: The targeted TLS certificate has not been verified for this connection. Warning: The --skip-tls-validation flag is deprecated. Please use --ca-cert instead.This is after exporting all the env vars and they are there. Is there something else to do with this certificate?
While trying to setting-up the credstore values, i am getting below error.
Anyway to resolve it quickly.