--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/7c494714-bfc0-4f31-ae49-76ad11a8dec4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Bharath,tls_cert_file holds the CA chain for the server cert. This is different from the CA chain for client validation, which can be specified with tls_client_ca_file.Best,Jeff
On Thu, Dec 14, 2017 at 7:39 AM, Bharath B <bharath...@gmail.com> wrote:
Hello Team,I am using Vault v0.7.3 version, and when I use tls_require_and_verify_client_cert in vault configuration, client validation fails with "2017/12/14 13:10:22 http: TLS handshake error from 10.255.14.95:26294: tls: failed to verify client's certificate: x509: certificate signed by unknown authority" error.tls_cert_file is listener block has server certificate followed by CA certificate, but this CA certificate is not being used by vault for client validation.And instead if CA certificate is included in system-bundle, then client validation is done successfully, but problem with this approach is system-bundle is available for every user and we don't want our CA certificate to be accessible for every user.Why CA certificate in tls_cert_file is not being used for client validation, what is the use of CA certificate in tls_cert_file?Thanks in advance,Bharath B
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.