--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/01110e37-2203-497f-9f6c-eadbeed89dd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/9b846a70-1fed-43e4-a297-f2f6ec5ffffc%40googlegroups.com.
Hi there,ALPN is a TLS extension that allows for protocol selection during the TLS handshake. We use a custom ALPN for our cluster connections because they can operate in various modes -- this lets us reuse the cluster port for many different types of connections without having to then either run a custom protocol to wrap the underlying type or using different listeners/ports. Depending on the ALPN used we use customize the cipher suite. So what's likely happening is that your tool is not using the right ALPN so it's making a connection using Go's default ciphers, the result of which will be an error -- this connection is useless, from a Vault perspective, because Vault will not do anything over the cluster port without the right ALPN. An actual cluster connection using the right ALPN should have the configured cipher suite.Best,Jeff
On Fri, Mar 29, 2019 at 11:08 PM Destiny Harrell <dharr...@gmail.com> wrote:
Thank you for the response Jeff.--Unfortunately, I do not understand your question.To run the test using an ALPN of req_fw_sb-act_vi should I add/change a setting in the vault.hcl file?Or are you asking me to use a different tool to run the test?
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...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/f0f2f146-fcae-4075-880c-798b1132437c%40googlegroups.com.