Replies: 1 comment 5 replies
-
Hi @tsiamer , the error is coming directly from the underlying SSL components and they are giving a bad cert error. Is it possibly because Vault is behind a terminating load balancer? See: https://groups.google.com/g/vault-tool/c/x7LX4rglOQI/m/2lfz5YBnBgAJ Are you able to reproduce the problem by running a Vault dev server locally on your machine? Not related to your question, but you should consider migrating away from the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When enabling Vault
tls_require_and_verify_client_cert
to true in vault, i just cant seem to connect to vault using:Cannot seem to find how to pass the client pub and pvt key, tried multiple parameters ie: cert_auth_public_key: & cert_auth_private_key: on pem format butnothing worked, the error i get:
When require from vault is turn off tls it starts working.
Beta Was this translation helpful? Give feedback.
All reactions