-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect drop https #1120
Comments
Actual message is:
|
You probably need to set the advertise_addr parameter on your Vault hosts. On each host this should be the URL that a standby should give to a client when redirecting them to that host. So in a non load-balanced scenario, this will generally be different -- A will set it to the URL for accessing Vault on A, B for accessing Vault on B, and so on. In a load-balanced scenario the address may be the same (the address of the load balancer). |
Thanks, that worked. Ciao,
|
Great! |
Hi, I have vault set up in HA mode using zookeeper. Whenever I hit a host which does not lead, I get redirected to a http:// url, rather than https:// and the vault client errors out saying redirection would remove security. Any idea of what is going wrong?
The text was updated successfully, but these errors were encountered: