Remove check-ssl from server line.
--
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/9adf3846-8e80-4c4a-8e64-3d291be44125%40googlegroups.com.
You are also missing SSL on the server line.
--
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/213e3a94-a015-40b1-8e03-05710c14128b%40googlegroups.com.
Should you also set X-Forwarded-for? That is the only way to get the origin IP.
Le mar. 23 juill. 2019 18:45, Igor Cicimov <ig...@encompasscorporation.com> a écrit :
You are also missing SSL on the server line.
--
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.
--
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/a6686842-56e2-4fa7-a2b2-91bfff00155d%40googlegroups.com.
backend vault
mode tcp
balance roundrobin
server vault1:8200 check check-ssl verify none inter 5000
server vault2:8200 check check-ssl verify none inter 5000
server vault3:8200 check send-proxy inter 5000
to confirm if proxy protocol is working at all and let hap do tcp checks only. Once you get it working, i.e. haproxy reports one of the servers as UP, start adding the rest and see where that takes you.