--
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/69527718-dbc0-40eb-9c22-f8adaaecfc85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey Andy,You have configured Vault to listen using TLS (HTTPS), but you are attempting to connect to it using HTTP.If you change your curl statement to “curl -XGET https://localhost:8200/v1/sys/health” it should work!Best Regards,Armon Dadgar
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/650d0042-66f5-4bbc-b46b-c6e266086a7d%40googlegroups.com.
Hey Andy,
This error means curl is using SSL 3.0 / TLS 1.0. Vault requires that clientsuse TLS 1.2. You need to update the versions of OpenSSL / curl that you are using.Hope that helps!Best Regards,Armon Dadgar